summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f88257f6bc..73a4437dfd85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-darglint
arch = any
license = MIT
depends = python
+ depends = python-setuptools
source = https://github.com/terrencepreilly/darglint/archive/v1.8.1.tar.gz
sha512sums = 320f52fa366472358f1d10c06d92f8a26eada014efa94d43c37645d6003c4c65e38ad91c60b031555649a36351f73bac9feaa005274f498dab9b16a4235e34d4
diff --git a/PKGBUILD b/PKGBUILD
index 57ebcd617386..a81e95b90f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/terrencepreilly/darglint'
arch=('any')
license=('MIT')
-depends=('python')
+depends=('python' 'python-setuptools')
source=("https://github.com/terrencepreilly/$_pkgname/archive/v$pkgver.tar.gz")
sha512sums=('320f52fa366472358f1d10c06d92f8a26eada014efa94d43c37645d6003c4c65e38ad91c60b031555649a36351f73bac9feaa005274f498dab9b16a4235e34d4')