From 1e44359cc08dafce41c688effdf581e026d6aa4c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:39:30 -0400 Subject: [PATCH] gnu: Remove python2-pastedeploy. * gnu/packages/python-web.scm (python2-pastedeploy): Delete variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 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 @@ (define-public python-pastedeploy file.") (license license:expat))) -(define-public python2-pastedeploy - (package-with-python2 python-pastedeploy)) - (define-public python-webtest (package (name "python-webtest")