summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Chen2016-04-25 10:18:03 +1200
committerAndrew Chen2016-04-25 10:18:03 +1200
commit7b662e5a95f4f6d235fdb6dacb41b5e21109cc3e (patch)
tree4e5c1a81a03989cfc89d60c9ce971ef7708079cb /PKGBUILD
parente3d97d3bc2d8026f45dd87a69f18e86b473d2ac5 (diff)
downloadaur-7b662e5a95f4f6d235fdb6dacb41b5e21109cc3e.tar.gz
Add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76402a4e4c78..56a0abce0ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/andreax79/python-cstruct"
arch=('any')
license=('MIT')
depends=('python')
-makedepends=('python' 'python2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=('https://pypi.python.org/packages/source/c/cstruct/cstruct-1.0.tar.gz')
md5sums=('b12c1f3718875cafd52bc9222bd21dd5')