summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0de1bf10a193..8dc326ebe239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('python2')
makedepends=(
'python2'
- 'python2-docopt')
+ 'python2-docopt'
+ 'python2-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")