guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pillow: Fix test failures on i686-linux and armhf-lin


From: Kei Kebreau
Subject: 01/01: gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.
Date: Wed, 27 Dec 2017 12:08:16 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 15b60fc3138e9d601aff3e3317373ed465e6ea93
Author: Kei Kebreau <address@hidden>
Date:   Sun Dec 24 16:23:50 2017 -0500

    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.
---
 gnu/local.mk                                           |   1 +
 .../patches/python-pillow-fix-failing-tests.patch      | Bin 0 -> 112373 bytes
 gnu/packages/python.scm                                |   4 +++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 586f023..2c4305d 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      
\
diff --git a/gnu/packages/patches/python-pillow-fix-failing-tests.patch 
b/gnu/packages/patches/python-pillow-fix-failing-tests.patch
new file mode 100644
index 0000000..2575d6f
Binary files /dev/null and 
b/gnu/packages/patches/python-pillow-fix-failing-tests.patch differ
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7ff1e78..ce3aa29 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]