diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-23 17:52:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-29 12:37:33 +0200 |
commit | 5d47f30e93268438609acae31b11d31de66bcd57 (patch) | |
tree | ffb5d164251cca267e04824363e23d85fa88402c /gnu/packages | |
parent | 1f2ea75aed4d58d21214234317c5e420abd91309 (diff) |
gnu: python2-wsgiproxy2: Remove package.
* gnu/packages/python-web.scm (python2-wsgiproxy2): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-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 d0a4ee9c16..5cddd37d5d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2882,9 +2882,6 @@ It also includes code to sign requests and pass private data, and to spawn subprocesses to handle requests.") (license license:expat))) -(define-public python2-wsgiproxy2 - (package-with-python2 python-wsgiproxy2)) - (define-public python-pastedeploy (package (name "python-pastedeploy") |