diff options
author | Vinicius Monego <monego@posteo.net> | 2023-08-06 11:17:19 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-09-02 11:17:02 -0300 |
commit | 2d8b35635253636f4ef3d454761ca03e85b0535f (patch) | |
tree | 48c6aafa108a36a04465960fa1ec4b76c96419b8 /gnu/local.mk | |
parent | 7c951ce67d3da496fc5752e435c54a108a30597b (diff) | |
download | guix-2d8b35635253636f4ef3d454761ca03e85b0535f.tar.gz |
gnu: python-w3lib: Update to 2.1.2.
* gnu/packages/python-web.scm (python-w3lib): Update to 2.1.2. [source]: Remove patch. [build-system]: Use pyproject-build-system. [arguments]: Do not override the check phase. [native-inputs]: Remove python-six. * gnu/packages/patches/python-w3lib-fix-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
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 2355a80b1f..f0a59f1658 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1729,7 +1729,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-sgmllib3k-assertions.patch \ %D%/packages/patches/python-telingo-fix-comparison.patch \ %D%/packages/patches/python-typeguard-python3.10.patch \ - %D%/packages/patches/python-w3lib-fix-test-failure.patch \ %D%/packages/patches/python-wxwidgets-type-errors.patch \ %D%/packages/patches/qtdeclarative-5-disable-qmlcache.patch \ %D%/packages/patches/qtdeclarative-disable-qmlcache.patch \ |