summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-18 22:08:44 +0100
committerFlorian Bruhin2015-06-10 22:43:57 +0200
commit7813887a32405eb0ef1e5e41a0a53bdd2081abdf (patch)
tree7725fb810970a5db6c774e837bc3365042ade23b
parent179777910053330295a17e7c82a74c200b4671ae (diff)
downloadaur-7813887a32405eb0ef1e5e41a0a53bdd2081abdf.tar.gz
python2-websocket-client{,-pebble}: Add setuptools.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8bce5e0a705..8ad65a847c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
pkgver = 0.22.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/liris/websocket-client
arch = any
license = LGPL
makedepends = python2-distribute
depends = python2>=2.7.9
depends = python2-six
+ depends = python2-setuptools
source = http://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.22.0.tar.gz
sha512sums = 080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9
diff --git a/PKGBUILD b/PKGBUILD
index 31d500e85564..dc3af882522c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python2-websocket-client
pkgver=0.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
license=('LGPL')
arch=('any')
-depends=('python2>=2.7.9' 'python2-six')
+depends=('python2>=2.7.9' 'python2-six' 'python2-setuptools')
makedepends=('python2-distribute')
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz)