guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55424] [PATCH 050/602] gnu: Remove python2-redis.


From: Maxim Cournoyer
Subject: [bug#55424] [PATCH 050/602] gnu: Remove python2-redis.
Date: Sun, 15 May 2022 00:37:17 -0400

* gnu/packages/databases.scm (python2-redis): Delete variable.
---
 gnu/packages/databases.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 82ff9fc13c..717918ed0d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3998,9 +3998,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")
-- 
2.36.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]