gnu: Remove python2-redis.
* gnu/packages/databases.scm (python2-redis): Delete variable.
parent
466d81aae4
commit
1aab8a5114
|
@ -4020,9 +4020,6 @@ reasonable substitute.")
|
||||||
"This package provides a Python interface to the Redis key-value store.")
|
"This package provides a Python interface to the Redis key-value store.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-redis
|
|
||||||
(package-with-python2 python-redis))
|
|
||||||
|
|
||||||
(define-public python-rq
|
(define-public python-rq
|
||||||
(package
|
(package
|
||||||
(name "python-rq")
|
(name "python-rq")
|
||||||
|
|
Reference in New Issue