diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:04 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | d911f626ff1479de4cff9ca33c9a6f7200d405d3 (patch) | |
tree | 7d5ac0e6d1117dbbe66184b73d3ff320e157a30b | |
parent | 9450d3a2d798b07b86ce5d5de509f0578a648935 (diff) |
gnu: Remove python2-webtest.
* gnu/packages/python-web.scm (python2-webtest): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 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") |