mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Remove python2-redis.
* gnu/packages/databases.scm (python2-redis): Delete variable.
This commit is contained in:
parent
466d81aae4
commit
1aab8a5114
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue