diff options
author | jgart <jgart@dismail.de> | 2021-12-07 16:45:07 -0500 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-26 18:56:25 +0100 |
commit | 91ce575068da2d3ae5cc13c71a0215b2f635dab8 (patch) | |
tree | f708aee853f038cd9fef313b1cd5a6a4a4eac877 /gnu/packages | |
parent | 049851d16ebcf8736161b654291085c223972b7c (diff) |
gnu: Remove python2-pymongo.
* gnu/packages/python-xyz.scm (python2-pymongo): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1a1588df8b..73baa12666 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16613,9 +16613,6 @@ multitouch applications.") (description "Python driver for MongoDB.") (license license:asl2.0))) -(define-public python2-pymongo - (package-with-python2 python-pymongo)) - (define-public python-consul (package (name "python-consul") |