mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tinycss2: Fix test failure.
Fixes <https://bugs.gnu.org/42372>. Reported by Michael Rohleder <mike@rohleder.de>. * gnu/packages/patches/python-tinycss2-flake8-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-web.scm (python-tinycss2)[source](patches): New field.
This commit is contained in:
parent
dec0217f6e
commit
1507636906
3 changed files with 38 additions and 0 deletions
|
@ -3411,6 +3411,7 @@ library to create slugs from unicode strings while keeping it DRY.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tinycss2" version))
|
||||
(patches (search-patches "python-tinycss2-flake8-compat.patch"))
|
||||
(sha256
|
||||
(base32 "1kw84y09lggji4krkc58jyhsfj31w8npwhznr7lf19d0zbix09v4"))))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue