summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:14 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:34:00 +0100
commitf0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30 (patch)
treea4529736926f220e8ad2b3e91dffc41595934bdb /gnu/packages/python-web.scm
parent9a3804e413bbd1e208128e7ce2e08f99e37ce313 (diff)
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/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 85bec0967af..addd7cf9c3e 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
4102follows ideas flowing from WSGI (Web Standard Gateway Interface).") 4102follows ideas flowing from WSGI (Web Standard Gateway Interface).")
4103 (license license:expat))) 4103 (license license:expat)))
4104 4104
4105(define-public python2-paste
4106 (package-with-python2 python-paste))
4107
4108(define-public python-pastescript 4105(define-public python-pastescript
4109 (package 4106 (package
4110 (name "python-pastescript") 4107 (name "python-pastescript")