summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2016-05-03 22:31:11 -0400
committerLukas Sabota2016-05-03 22:31:11 -0400
commitbe30fbf61f50b747e248db193fadbfb44bd2fd7a (patch)
tree6ea5895efb6f0942d2b3ea223c1e504b00414018
parentc6324a93ff0c38e4963c97ee39ff7a008855aa83 (diff)
downloadaur-be30fbf61f50b747e248db193fadbfb44bd2fd7a.tar.gz
add setuptools makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec5e4d500ce..c0de662ba965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 4 02:28:44 UTC 2016
+# Wed May 4 02:30:48 UTC 2016
pkgbase = yumbootstrap-git
pkgdesc = Tool for installing Yum-based distributions (Red Hat, CentOS, Fedora) in a chroot directory
pkgver = 78.a99c946
@@ -7,6 +7,7 @@ pkgbase = yumbootstrap-git
url = http://dozzie.jarowit.net/trac/wiki/yumbootstrap
arch = any
license = GPL
+ makedepends = python2-setuptools
depends = python2
depends = yum
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 47981d77dda7..325adc303d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://dozzie.jarowit.net/trac/wiki/yumbootstrap"
license=('GPL')
groups=()
depends=('python2' 'yum')
-makedepends=()
+makedepends=('python2-setuptools')
provides=()
conflicts=()
replaces=()