diff mbox series

[bug#47165,19/25] gnu: python2-rq: Remove package.

Message ID 20210315155544.51139-10-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47165,01/25] gnu: python2-arrow: Remove package. | expand

Commit Message

Simon Tournier March 15, 2021, 3:55 p.m. UTC
* gnu/packages/databases.scm (python2-rq): Delete.
---
 gnu/packages/databases.scm | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8705cd2be4..a7e6f3ff73 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3551,9 +3551,6 @@  processing them in the background with workers.  It is backed by Redis and it
 is designed to have a low barrier to entry.")
     (license license:bsd-2)))
 
-(define-public python2-rq
-  (package-with-python2 python-rq))
-
 (define-public python-rq-scheduler
   (package
     (name "python-rq-scheduler")