summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e193f0a5ce7..2c44d08f9ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Python 2 Library for working with htpasswd user (only basic authorizati
arch=('any')
url='https://github.com/thesharp/htpasswd'
license=('custom')
-depends=('python2')
+depends=('python2' 'python2-future')
source=('git+https://github.com/thesharp/htpasswd.git')
sha256sums=('SKIP')
makedepends=('git' 'python2-setuptools')