guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 090975e6de8e9b00a6707de301dcfeff0d0323b5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 10 14:05:22 2026 +0000
gnu: Remove python-aioredis.
* gnu/packages/databases.scm (python-aioredis): Delete variable.
Change-Id: If859740f6bb38fc42ae42df577d0a8c48d2af7c3
---
gnu/packages/databases.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5e23d04047..8de4bed35e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5144,9 +5144,6 @@ reasonable substitute.")
"This package provides a Python interface to the Redis key-value store.")
(license license:expat)))
-(define-deprecated-package python-aioredis
- python-redis)
-
(define-public python-rq
(package
(name "python-rq")