summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:39:30 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:39 -0400
commit1e44359cc08dafce41c688effdf581e026d6aa4c (patch)
tree31ef3e35e748acf0c550619197d62c02bd0caa80 /gnu/packages/python-web.scm
parent35caf03b1ea7385bad1b72ce20ee7df07a5f2227 (diff)
downloadguix-1e44359cc08dafce41c688effdf581e026d6aa4c.tar.gz
guix-1e44359cc08dafce41c688effdf581e026d6aa4c.tar.xz
gnu: Remove python2-pastedeploy.
* gnu/packages/python-web.scm (python2-pastedeploy): Delete variable.
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 cc0061b0bf..38a0debca7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3152,9 +3152,6 @@ Script provides commands to serve applications based on this configuration
file.")
(license license:expat)))
-(define-public python2-pastedeploy
- (package-with-python2 python-pastedeploy))
-
(define-public python-webtest
(package
(name "python-webtest")