summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-09-08 13:47:10 +0200
committerTim Schumacher2021-09-08 13:47:10 +0200
commit51d4cc891b0f9c164028f269f5d9571e7d3746fe (patch)
treeaeb592b46c0a11497aee12b2b20a252d77682ada
parent721973075629357b0256ec3afed0816374d71606 (diff)
downloadaur-51d4cc891b0f9c164028f269f5d9571e7d3746fe.tar.gz
Move setuptools to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2667c6780e50..a0304c8d2225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-googletrans
url = https://github.com/ssut/py-googletrans
arch = any
license = MIT
- depends = python-setuptools
+ makedepends = python-setuptools
depends = python-httpx=0.13.3
source = https://pypi.io/packages/source/g/googletrans/googletrans-3.1.0a0.tar.gz
sha512sums = 0640f8e301f205fbf415dc1ea310d342dbd9e06dc3e87029f2928bcd945b4c0f41e70b829f5f8eeb1125d5fccffe1f210ba963b461e6c22b6ea7e79ccfb6996f
diff --git a/PKGBUILD b/PKGBUILD
index fa46f7b51aca..7c211d300670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Free Google Translate API for Python."
arch=('any')
license=('MIT')
url="https://github.com/ssut/py-googletrans"
-depends=('python-setuptools' 'python-httpx=0.13.3')
+depends=('python-httpx=0.13.3')
+makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/g/googletrans/googletrans-$pkgver.tar.gz")
sha512sums=('0640f8e301f205fbf415dc1ea310d342dbd9e06dc3e87029f2928bcd945b4c0f41e70b829f5f8eeb1125d5fccffe1f210ba963b461e6c22b6ea7e79ccfb6996f')