diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-10 14:05:22 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:31 +0100 |
| commit | 5e5e1b95c7c4f2fef8ad1be18cb24eff0ad1daeb (patch) | |
| tree | 4c8fa510a9ae3a804f8e7fb28499b3b9d744ae69 | |
| parent | fd7898ef45b586dd9545c316241514cac5559e6b (diff) | |
gnu: Remove python-aioredis.
* gnu/packages/databases.scm (python-aioredis): Delete variable.
Change-Id: If859740f6bb38fc42ae42df577d0a8c48d2af7c3
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c3d5c3d8199..3530013caa7 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") |
