diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-22 19:06:45 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 20:03:24 +0200 |
commit | 0de7945dc47612286ef080315a5a78f019b161b6 (patch) | |
tree | 6fd429da1ed8246cd1b9b034c8e0522813596c05 /gnu/local.mk | |
parent | 9df9a878c0a8f0c4503432bb38b16a74d1fa523d (diff) |
gnu: python-pyflakes: Remove obsolete patch.
This patch was added on 'core-updates' in
43c889de85e79f279931d6cced261f54c9be5075, but no longer necessary since the
update to 2.3.1 in 91741db5397174a2e96b4010c3c9ff53d34e8ef0.
* 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.
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 ad889557c8..ecbf67118e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1567,7 +1567,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-keras-integration-test.patch \ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \ %D%/packages/patches/python-pyfakefs-remove-bad-test.patch \ - %D%/packages/patches/python-pyflakes-fix-tests.patch \ %D%/packages/patches/python-flint-includes.patch \ %D%/packages/patches/python-libxml2-python39-compat.patch \ %D%/packages/patches/python-libxml2-utf8.patch \ |