diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:14 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30 (patch) | |
tree | a4529736926f220e8ad2b3e91dffc41595934bdb /gnu/packages | |
parent | 9a3804e413bbd1e208128e7ce2e08f99e37ce313 (diff) | |
download | guix-f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30.tar.gz guix-f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30.zip |
gnu: Remove python2-paste.
* gnu/packages/python-web.scm (python2-paste): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@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 85bec0967a..addd7cf9c3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4102,9 +4102,6 @@ can be nested together to build web applications. Paste's design closely follows ideas flowing from WSGI (Web Standard Gateway Interface).") (license license:expat))) -(define-public python2-paste - (package-with-python2 python-paste)) - (define-public python-pastescript (package (name "python-pastescript") |