mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pep8: Patch to fix test failure with Python 3.7.
Patch from the upstream repository, see https://github.com/PyCQA/pycodestyle/issues/786 for more details. * gnu/packages/patches/python-pep8-stdlib-tokenize-compat.patch: New file. * gnu/packages/python-xyz.scm (python-pep8)[source]: Add it.
This commit is contained in:
parent
6005440d98
commit
2be878d8e5
2 changed files with 37 additions and 1 deletions
|
@ -6350,7 +6350,8 @@ applications.")
|
|||
(uri (pypi-uri "pep8" version))
|
||||
(sha256
|
||||
(base32
|
||||
"002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1"))))
|
||||
"002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1"))
|
||||
(patches (search-patches "python-pep8-stdlib-tokenize-compat.patch"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://pep8.readthedocs.org/")
|
||||
(synopsis "Python style guide checker")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue