gnu: python-pyflakes: Remove obsolete patch.

This patch was added on 'core-updates' in
43c889de85, but no longer necessary since the
update to 2.3.1 in 91741db539.

* 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:
Marius Bakke 2021-05-22 19:06:45 +02:00
parent 9df9a878c0
commit 0de7945dc4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 1 additions and 43 deletions

View file

@ -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")