summary refs log tree commit diff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2021-12-07 16:45:07 -0500
committerMathieu Othacehe <othacehe@gnu.org>2021-12-26 18:56:25 +0100
commit91ce575068da2d3ae5cc13c71a0215b2f635dab8 (patch)
treef708aee853f038cd9fef313b1cd5a6a4a4eac877
parent049851d16ebcf8736161b654291085c223972b7c (diff)
downloadguix-91ce575068da2d3ae5cc13c71a0215b2f635dab8.tar.gz
gnu: Remove python2-pymongo.
* gnu/packages/python-xyz.scm (python2-pymongo): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r--gnu/packages/python-xyz.scm3
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")