summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-02-13 12:54:42 -0700
committerhoffer.joshua2019-02-13 12:54:42 -0700
commitb185e7c40365d3d138c33b22f4769bcd49ab4223 (patch)
treeb4dfee3128788125b4938bc81253e1a3064cdd1e
parenta6d1d711c3c35add27f8e0f24ba1de39818223b5 (diff)
downloadaur-b185e7c40365d3d138c33b22f4769bcd49ab4223.tar.gz
added setuptools as makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0a7dbdd9819..fb68187a7967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = awx
url = https://github.com/ansible/awx
arch = any
license = Apache-2.0
+ makedepends = python2-setuptools
depends = python2
depends = gettext
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index ed4cbb025fcc..fc90af97ba84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/ansible/awx"
license=('Apache-2.0')
depends=('python2' 'gettext')
+makedepends=('python2-setuptools')
options=(!emptydirs)
source=("https://github.com/ansible/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('a2f47ca91edf0178686a5de7fd4cc784')