diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:10 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | fe70ae91b1744803837c531cd58a3558b6174a9b (patch) | |
tree | c13a15907db5782b308dd883f2828147a5f2264b /gnu | |
parent | 0d308517f5c95cf5720b34d449c1820df83dc1df (diff) | |
download | guix-fe70ae91b1744803837c531cd58a3558b6174a9b.tar guix-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')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |