summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-12-24 16:23:50 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-12-27 11:51:15 -0500
commit15b60fc3138e9d601aff3e3317373ed465e6ea93 (patch)
treee2475e5eec1a32c6f17ca4d88980df6b25acbb5a /gnu/local.mk
parentaa498fc00320d38a37668e2b024bdc7337434c07 (diff)
downloadguix-patches-15b60fc3138e9d601aff3e3317373ed465e6ea93.tar
guix-patches-15b60fc3138e9d601aff3e3317373ed465e6ea93.tar.gz
gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.
* gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pillow)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 586f023ee6..2c4305d94c 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1016,6 +1016,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-networkx2-reproducible-build.patch \
%D%/packages/patches/python-nose-timer-drop-ordereddict.patch \
%D%/packages/patches/python-parse-too-many-fields.patch \
+ %D%/packages/patches/python-pillow-fix-failing-tests.patch \
%D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
%D%/packages/patches/python-statsmodels-fix-tests.patch \
%D%/packages/patches/python-scikit-learn-fix-test-non-determinism.patch \