summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2016-01-10 19:38:22 -0800
committeryar2016-01-10 19:38:22 -0800
commitd5c99b8e372ff83a69ec9dc3a5aa30505c98fcf7 (patch)
tree58fe44ff6a5e1665ed5da23a40a049b95ef6ba02 /PKGBUILD
parent3af4a00b90b5134d0236e59134ffe61a021d4173 (diff)
downloadaur-d5c99b8e372ff83a69ec9dc3a5aa30505c98fcf7.tar.gz
depend on python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')