summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Chen2016-04-25 10:18:03 +1200
committerAndrew Chen2016-04-25 10:18:03 +1200
commit7b662e5a95f4f6d235fdb6dacb41b5e21109cc3e (patch)
tree4e5c1a81a03989cfc89d60c9ce971ef7708079cb
parente3d97d3bc2d8026f45dd87a69f18e86b473d2ac5 (diff)
downloadaur-7b662e5a95f4f6d235fdb6dacb41b5e21109cc3e.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566fd9197054..9ca310481229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 03:18:52 UTC 2015
+# Sun Apr 24 22:17:59 UTC 2016
pkgbase = python-cstruct
pkgdesc = C-style structs for Python
pkgver = 1.0
@@ -9,6 +9,8 @@ pkgbase = python-cstruct
license = MIT
makedepends = python
makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = python
source = https://pypi.python.org/packages/source/c/cstruct/cstruct-1.0.tar.gz
md5sums = b12c1f3718875cafd52bc9222bd21dd5
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')