mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyflakes: Remove obsolete patch.
This patch was added on 'core-updates' in43c889de85
, but no longer necessary since the update to 2.3.1 in91741db539
. * gnu/packages/patches/python-pyflakes-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pyflakes)[source](patches): Remove.
This commit is contained in:
parent
9df9a878c0
commit
0de7945dc4
3 changed files with 1 additions and 43 deletions
|
@ -9076,8 +9076,7 @@ PEP 8.")
|
|||
(uri (pypi-uri "pyflakes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ny10364ciqh4ripasj4zzv4145l21l3s85m3qlrvfq5pk58xg7m"))
|
||||
(patches (search-patches "python-pyflakes-fix-tests.patch"))))
|
||||
"1ny10364ciqh4ripasj4zzv4145l21l3s85m3qlrvfq5pk58xg7m"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/PyCQA/pyflakes")
|
||||
(synopsis "Passive checker of Python programs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue