diff options
Diffstat (limited to 'redis-py/Pkgfile')
-rw-r--r-- | redis-py/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redis-py/Pkgfile b/redis-py/Pkgfile index 72786b657..1d5cdb2b7 100644 --- a/redis-py/Pkgfile +++ b/redis-py/Pkgfile @@ -1,10 +1,10 @@ # Description: python bindings for the redis KV store # URL: https://github.com/andymccurdy/redis-py # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: python +# Depends on: python-setuptools name=redis-py -version=2.10.6 +version=3.2.1 release=1 source=(https://github.com/andymccurdy/redis-py/archive/${version}.tar.gz) |