summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:04 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commitd911f626ff1479de4cff9ca33c9a6f7200d405d3 (patch)
tree7d5ac0e6d1117dbbe66184b73d3ff320e157a30b /gnu/packages/python-web.scm
parent9450d3a2d798b07b86ce5d5de509f0578a648935 (diff)
downloadguix-patches-d911f626ff1479de4cff9ca33c9a6f7200d405d3.tar
guix-patches-d911f626ff1479de4cff9ca33c9a6f7200d405d3.tar.gz
gnu: Remove python2-webtest.
* gnu/packages/python-web.scm (python2-webtest): 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 11e9c5e19e..b5ba484c33 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2929,9 +2929,6 @@ without starting an HTTP server. It supports anything that supports the
minimum of WSGI.")
(license license:expat)))
-(define-public python2-webtest
- (package-with-python2 python-webtest))
-
(define-public python-flask
(package
(name "python-flask")