1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02: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:
Kei Kebreau 2017-12-24 16:23:50 -05:00
parent aa498fc003
commit 15b60fc313
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D
3 changed files with 4 additions and 1 deletions

View file

@ -3739,7 +3739,9 @@ the OleFileIO module from PIL, the Python Image Library.")
(uri (pypi-uri "Pillow" version))
(sha256
(base32
"09xmn7rl6840sli2iz1k3fgxfgmri2nqz6vkinmb9mgg8ifp2z59"))))
"09xmn7rl6840sli2iz1k3fgxfgmri2nqz6vkinmb9mgg8ifp2z59"))
(patch-flags '("-p1" "--binary"))
(patches (search-patches "python-pillow-fix-failing-tests.patch"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))