gnu: Remove python2-redis.

* gnu/packages/databases.scm (python2-redis): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:42:33 -04:00
parent 466d81aae4
commit 1aab8a5114
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4020,9 +4020,6 @@ (define-public python-redis
"This package provides a Python interface to the Redis key-value store.")
(license license:expat)))
(define-public python2-redis
(package-with-python2 python-redis))
(define-public python-rq
(package
(name "python-rq")