diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:44 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:05 -0400 |
commit | c74c4377b3a39d93b3d72c4c4fae86abaa2961d1 (patch) | |
tree | a89f314d56662fca6e3440d7804e79eaa168dc5b /gnu | |
parent | 84950c0d06155b5a7309f782932de37d2f5553e1 (diff) | |
download | guix-c74c4377b3a39d93b3d72c4c4fae86abaa2961d1.tar guix-c74c4377b3a39d93b3d72c4c4fae86abaa2961d1.tar.gz |
gnu: python2-rq: Remove package.
* gnu/packages/databases.scm (python2-rq): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-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 8be83f5cbe..83b6a13892 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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") |