summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2015-08-26 02:29:41 +0200
committernfnty2015-08-26 02:29:41 +0200
commit8f99b3f3febc7a8372c1d7f645fc3e171b9c88d1 (patch)
tree8d72d31d4d2289a27213d10313c4de3e7f87b527 /PKGBUILD
parent8677b7da19c99211db76072580fe658bac1f9858 (diff)
downloadaur-8f99b3f3febc7a8372c1d7f645fc3e171b9c88d1.tar.gz
Add depends python-websocket-client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc1428e1936c..79116ff778d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,12 @@ arch=('any')
url='https://github.com/docker/docker-py'
license=('Apache')
-depends=('python' 'python-six' 'python-requests')
+depends=(
+ 'python'
+ 'python-six'
+ 'python-requests'
+ 'python-websocket-client'
+)
makedepends=('git' 'python-setuptools')
provides=('python-docker-py')
conflicts=('python-docker-py')