summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvangelos Foutras2021-12-01 11:20:09 +0000
committerEvangelos Foutras2021-12-01 11:20:09 +0000
commit8db0519e5dddff8a437084a30b732b0e5a8eb1b9 (patch)
treec0bae19f4249bf732389f2898ac5039fa5d65af7 /PKGBUILD
parent4f9bc19a66fa7aa1cb59dc298e27f95aa444b9b5 (diff)
downloadaur-8db0519e5dddff8a437084a30b732b0e5a8eb1b9.tar.gz
Add setuptools build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d306c8f75eb4..7279b12034f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('MPL2')
url='https://stratis-storage.github.io/'
depends=('python-dbus')
-makedepends=('python-pylint')
+makedepends=('python-pylint' 'python-setuptools')
checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('be2d7518238044f1ca148a5fff8504cc1324ee41dabec8b6e6a9ca2be3e93e7b')