gnu: python2-rq: Remove package.
authorzimoun <zimon.toutoune@gmail.com>
Mon, 15 Mar 2021 15:55:44 +0000 (16:55 +0100)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 24 Mar 2021 01:38:05 +0000 (21:38 -0400)
* gnu/packages/databases.scm (python2-rq): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
gnu/packages/databases.scm

index 8be83f5..83b6a13 100644 (file)
@@ -3353,9 +3353,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")