diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-15 20:29:26 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-15 20:29:26 +0200 |
commit | 15076369062852c266bc697fc54b2ba157aceed0 (patch) | |
tree | 994a79904744f032ab30b93361bbbcea4d525f50 /gnu/local.mk | |
parent | dec0217f6e21a2f48328aaff5448dcf2f4fea7d9 (diff) | |
download | guix-15076369062852c266bc697fc54b2ba157aceed0.tar.gz |
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9b42160de3..2f59279977 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1466,6 +1466,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch \ %D%/packages/patches/python-slugify-depend-on-unidecode.patch \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ + %D%/packages/patches/python-tinycss2-flake8-compat.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ %D%/packages/patches/python-waitress-fix-tests.patch \ |