mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
aa498fc003
commit
15b60fc313
3 changed files with 4 additions and 1 deletions
|
@ -1016,6 +1016,7 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/python-networkx2-reproducible-build.patch \
|
%D%/packages/patches/python-networkx2-reproducible-build.patch \
|
||||||
%D%/packages/patches/python-nose-timer-drop-ordereddict.patch \
|
%D%/packages/patches/python-nose-timer-drop-ordereddict.patch \
|
||||||
%D%/packages/patches/python-parse-too-many-fields.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/python2-rdflib-drop-sparqlwrapper.patch \
|
||||||
%D%/packages/patches/python-statsmodels-fix-tests.patch \
|
%D%/packages/patches/python-statsmodels-fix-tests.patch \
|
||||||
%D%/packages/patches/python-scikit-learn-fix-test-non-determinism.patch \
|
%D%/packages/patches/python-scikit-learn-fix-test-non-determinism.patch \
|
||||||
|
|
BIN
gnu/packages/patches/python-pillow-fix-failing-tests.patch
Normal file
BIN
gnu/packages/patches/python-pillow-fix-failing-tests.patch
Normal file
Binary file not shown.
|
@ -3739,7 +3739,9 @@ (define-public python-pillow
|
||||||
(uri (pypi-uri "Pillow" version))
|
(uri (pypi-uri "Pillow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09xmn7rl6840sli2iz1k3fgxfgmri2nqz6vkinmb9mgg8ifp2z59"))))
|
"09xmn7rl6840sli2iz1k3fgxfgmri2nqz6vkinmb9mgg8ifp2z59"))
|
||||||
|
(patch-flags '("-p1" "--binary"))
|
||||||
|
(patches (search-patches "python-pillow-fix-failing-tests.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
|
Loading…
Reference in a new issue