summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()