1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: python-flake8-polyfill: Fix building with python-flake8@4.

* gnu/packages/python-xyz.scm (python-flake8-polyfill)[source]: Add patch.
* gnu/packages/patches/python-flake8-polyfill-flake8-4-compat.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
This commit is contained in:
Efraim Flashner 2022-06-07 09:22:35 +03:00
parent 7e7c8b253c
commit 49a47bdcc5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 35 additions and 1 deletions

View file

@ -10359,7 +10359,8 @@ unnecessary plus operators for explicit string literal concatenation.")
(uri (pypi-uri "flake8-polyfill" version))
(sha256
(base32
"1nlf1mkqw856vi6782qcglqhaacb23khk9wkcgn55npnjxshhjz4"))))
"1nlf1mkqw856vi6782qcglqhaacb23khk9wkcgn55npnjxshhjz4"))
(patches (search-patches "python-flake8-polyfill-flake8-4-compat.patch"))))
(build-system python-build-system)
(arguments
'(#:phases