From f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Wed, 19 Jan 2022 14:09:14 +0000 Subject: gnu: Remove python2-paste. * gnu/packages/python-web.scm (python2-paste): Remove variable. Signed-off-by: Mathieu Othacehe --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages') 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") -- cgit v1.2.3