diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 16:24:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 16:24:43 +0000 |
commit | d52d5a6bc6de66e35627695cb277a35e0d4f3862 (patch) | |
tree | eb214fbad6450eee7afe6bc7128fe78b56d84c47 /redis-py3 | |
parent | 9b7091d5adc8a51132ee234b0aa27de2a5bbb3b1 (diff) | |
download | contrib-d52d5a6bc6de66e35627695cb277a35e0d4f3862.tar.gz contrib-d52d5a6bc6de66e35627695cb277a35e0d4f3862.tar.xz |
redis-py3: fix dependencies
Diffstat (limited to 'redis-py3')
-rw-r--r-- | redis-py3/.signature | 4 | ||||
-rw-r--r-- | redis-py3/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/redis-py3/.signature b/redis-py3/.signature index a8a3043ac..2d91ece69 100644 --- a/redis-py3/.signature +++ b/redis-py3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39ieRwuXLW9CDULVXsmoeEPoS8Q6LICdaUGyFrN0JhMw9vZg8syUoOKfk2JWab1bHP/nHlKjro7mO6Pvuh+SBQM= -SHA256 (Pkgfile) = d3a7439aae559afba4c5867ea26dc7c5d8c267a24ae1c7b18b18e881255e66b2 +RWSagIOpLGJF3/UjN8UwXYWB61EHGqimd6e9P3QLujoCq43UqUMNytIJIjjPLw0VfPGad9+kFXbQWp+m+0q98BvgK+bw1X0/Vg8= +SHA256 (Pkgfile) = a4c05ebdefa29dd06bba13fcccdd63c2d3a17fb538833bf7007c02660986bc23 SHA256 (.footprint) = feda0803603a68478b9e529aa8cb50d22cb16f4b4520e228122ed178e0b94526 SHA256 (redis-py3-3.3.11.tar.gz) = dd7e40dc3d562d37b414e23651d0c57818f57523e7d11308ae1abb0b35919b0b diff --git a/redis-py3/Pkgfile b/redis-py3/Pkgfile index c4b55ffc1..306f333fb 100644 --- a/redis-py3/Pkgfile +++ b/redis-py3/Pkgfile @@ -1,7 +1,7 @@ # 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-setuptools +# Depends on: python3-setuptools name=redis-py3 version=3.3.11 |