summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2016-12-28 12:20:50 +0100
committerMaikel Wever2016-12-28 12:20:50 +0100
commit97018a9098cb017772fb0f8a0c157bd301270c6d (patch)
treee12f2268113defe299c67cf0aab89834cb98802d
parenta769ca9409ea1494208840342f0e919b3267c2cc (diff)
downloadaur-97018a9098cb017772fb0f8a0c157bd301270c6d.tar.gz
Add setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9964d657ee..18c52b8d8d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 11:18:52 UTC 2016
+# Wed Dec 28 11:20:40 UTC 2016
pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output in Python
pkgver = 2.2
@@ -7,6 +7,7 @@ pkgbase = python-humanfriendly
url = https://github.com/xolox/python-humanfriendly
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
source = https://github.com/xolox/python-humanfriendly/archive/2.2.tar.gz
md5sums = 4ce06879cd8fba39980ca20d6e6256cb
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')