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)
downloadguix-patches-f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30.tar
guix-patches-f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30.tar.gz
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 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")