summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2016-01-10 19:38:22 -0800
committeryar2016-01-10 19:38:22 -0800
commitd5c99b8e372ff83a69ec9dc3a5aa30505c98fcf7 (patch)
tree58fe44ff6a5e1665ed5da23a40a049b95ef6ba02
parent3af4a00b90b5134d0236e59134ffe61a021d4173 (diff)
downloadaur-d5c99b8e372ff83a69ec9dc3a5aa30505c98fcf7.tar.gz
depend on python-setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61b28efe495..da247baa9350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = django-storages-hg
makedepends = python2
depends = python2-django
depends = python2-boto
+ depends = python-setuptools
source = hg+https://bitbucket.org/david/django-storages
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a3d9503f115..511dd812f1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Collection of custom storage backends for Django"
arch=('any')
url="http://code.larlet.fr/django-storages/"
license=('BSD3')
-depends=('python2-django' 'python2-boto')
+depends=(python2-django python2-boto python-setuptools)
makedepends=('mercurial' 'python' 'python2')
source=('hg+https://bitbucket.org/david/django-storages')
sha512sums=('SKIP')