From 34f6230b886866a50cdb0e0c06bfb7f605df04f3 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 21:25:45 -0400 Subject: [PATCH] gnu: Remove python2-waitress. * gnu/packages/python-xyz.scm (python2-waitress): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3e9d53b720..dc9ffa382d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15717,9 +15717,6 @@ (define-public python-waitress server with very acceptable performance.") (license license:zpl2.1))) -(define-public python2-waitress - (package-with-python2 python-waitress)) - (define-public python-whichcraft (package (name "python-whichcraft")