summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-02 22:24:21 +0100
committerFlorian Bruhin2015-06-10 22:43:57 +0200
commit179777910053330295a17e7c82a74c200b4671ae (patch)
treedae056e4a35fb1922581708ee2a2dd9d1c528734
parentf99ab77e03ad2172fe1db736087c21e5a808ddb8 (diff)
downloadaur-179777910053330295a17e7c82a74c200b4671ae.tar.gz
python2-websocket-client: Remove old dependency.
The package used to depend on python2-backports.ssl_match_hostname which isn't needed with Python 2.7.9 anymore and was removed from [community] already.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80522175b6e1..c8bce5e0a705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/liris/websocket-client
arch = any
license = LGPL
makedepends = python2-distribute
- depends = python2>=2.7
- depends = python2-backports.ssl_match_hostname
+ depends = python2>=2.7.9
depends = python2-six
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 fa46f35bc937..31d500e85564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python2-websocket-client
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
license=('LGPL')
arch=('any')
-depends=('python2>=2.7' 'python2-backports.ssl_match_hostname' 'python2-six')
+depends=('python2>=2.7.9' 'python2-six')
makedepends=('python2-distribute')
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz)