summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Rebischke2016-11-14 00:29:28 +0100
committerChristian Rebischke2016-11-14 00:29:28 +0100
commit770f8e8da76254969909c4c6b5ee487644967244 (patch)
treec0ceeedd5b7b0d252b118986aa7a595703d2ee52 /PKGBUILD
parent2afcaacf65cc50719e4e79d6e4e08a588345a8b6 (diff)
downloadaur-770f8e8da76254969909c4c6b5ee487644967244.tar.gz
added setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7d065ae7117..28c209d3e485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-requests-cache
_pyname=requests-cache
pkgname=('python-requests-cache' 'python2-requests-cache')
-makedepends=('python' 'python2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
pkgver=0.4.12
pkgrel=2
pkgdesc="Persistent cache for requests library"