diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-15 16:55:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:14 -0400 |
commit | ff85597812170d3b2182aa850db8ca4114215228 (patch) | |
tree | 50480948f5e0563bc9c99e97bbfaa698f72b013a /gnu/local.mk | |
parent | 2bf851e4b83f91236657982b2d334a1db9d027ec (diff) | |
download | guix-ff85597812170d3b2182aa850db8ca4114215228.tar guix-ff85597812170d3b2182aa850db8ca4114215228.tar.gz |
gnu: python-execnet: Update to 1.9.0-1.d6aa1a5.
* gnu/packages/patches/python-execnet-read-only-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/python-xyz.scm (python-execnet): Update to 1.9.0-1.d6aa1a5.
[source]: Remove patch. Fetch from git.
[build-system]: Use pyproject-build-system.
[arguments]: Remove check phase override. Add adjust-for-pytest-7.2+,
pretend-version and prepare-for-tests phases.
[native-inputs]: Add python-hatchling, python-hatchling-vcs, python-py and
python-pytest-timeout.
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 dd4b0e890e..419a699308 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1753,7 +1753,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-dateutil-pytest-compat.patch \ %D%/packages/patches/python-debugpy-unbundle-pydevd.patch \ %D%/packages/patches/python-docopt-pytest6-compat.patch \ - %D%/packages/patches/python-execnet-read-only-fix.patch \ %D%/packages/patches/python-fixtures-remove-monkeypatch-test.patch \ %D%/packages/patches/python-hiredis-fix-header.patch \ %D%/packages/patches/python-hiredis-use-system-hiredis.patch \ |