diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:25:45 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:03 -0400 |
commit | 34f6230b886866a50cdb0e0c06bfb7f605df04f3 (patch) | |
tree | 9c77c006e1e97422f6a6e81811e6c830d5a8a5a6 | |
parent | ff1b08f7c49ad0d7029093847b7c697fee4a04ce (diff) |
gnu: Remove python2-waitress.
* gnu/packages/python-xyz.scm (python2-waitress): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 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 @@ templates into Python modules.") 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") |