summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2016-12-28 12:20:50 +0100
committerMaikel Wever2016-12-28 12:20:50 +0100
commit97018a9098cb017772fb0f8a0c157bd301270c6d (patch)
treee12f2268113defe299c67cf0aab89834cb98802d /PKGBUILD
parenta769ca9409ea1494208840342f0e919b3267c2cc (diff)
downloadaur-97018a9098cb017772fb0f8a0c157bd301270c6d.tar.gz
Add setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17a8272dfc2..5834c8cb71ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Human friendly input/output in Python"
url="https://github.com/xolox/python-humanfriendly"
license=('MIT')
depends=('python')
+makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('4ce06879cd8fba39980ca20d6e6256cb')
arch=('any')