diff options
author | jgart <jgart@dismail.de> | 2024-07-22 17:45:26 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-07-25 17:26:09 -0500 |
commit | efc26826400762207cde9f23802cfe75a737963c (patch) | |
tree | f581a1ec3a706b8b79cba0ab614ac8dbaa1307bd /gnu/local.mk | |
parent | 119d658d7543c84624719a364fa980cc80c2095d (diff) | |
download | guix-efc26826400762207cde9f23802cfe75a737963c.tar guix-efc26826400762207cde9f23802cfe75a737963c.tar.gz |
gnu: python-waitress: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-waitress): Update to 3.0.0.
[build-system]: Use pyproject-build-system.
[arguments]: Disable failing test.
* gnu/packages/patches/python-waitress-fix-tests.patch: Delete no longer
needed patch.
* gnu/local.mk: Delete patch line.
Change-Id: I5397649e30098627de8c24f6afa2b74413d3446a
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index df4e32add7..fac7b5973b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1989,7 +1989,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ %D%/packages/patches/python-vega-datasets-remove-la-riots-code.patch \ %D%/packages/patches/python-versioneer-guix-support.patch \ - %D%/packages/patches/python-waitress-fix-tests.patch \ %D%/packages/patches/python-werkzeug-tests.patch \ %D%/packages/patches/python-xmp-toolkit-add-missing-error-codes.patch \ %D%/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch \ |