summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:10 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:34:00 +0100
commitfe70ae91b1744803837c531cd58a3558b6174a9b (patch)
treec13a15907db5782b308dd883f2828147a5f2264b /gnu/packages/python-web.scm
parent0d308517f5c95cf5720b34d449c1820df83dc1df (diff)
downloadguix-patches-fe70ae91b1744803837c531cd58a3558b6174a9b.tar
guix-patches-fe70ae91b1744803837c531cd58a3558b6174a9b.tar.gz
gnu: Remove python2-elasticsearch.
* gnu/packages/python-web.scm (python2-elasticsearch): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0af3659575..42da8617b0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3738,9 +3738,6 @@ provide common ground for all Elasticsearch-related code in Python; because of
this it tries to be opinion-free and very extendable.")
(license license:expat)))
-(define-public python2-elasticsearch
- (package-with-python2 python-elasticsearch))
-
(define-public python-engineio
(package
(name "python-engineio")