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:
parent
7e7c8b253c
commit
49a47bdcc5
3 changed files with 35 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue