gnu: python-pillow: Fix test failures with freetype-2.7.

* gnu/packages/patches/python-pillow-freetype-2.7-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pillow, python2-pillow)[source]: Use it.
This commit is contained in:
Leo Famulari 2017-03-21 16:18:59 -04:00
parent 83a3464793
commit a9681c74ca
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 77 additions and 0 deletions

View file

@ -4537,6 +4537,7 @@ services for your Python modules and applications.")
(origin
(method url-fetch)
(uri (pypi-uri "Pillow" version))
(patches (search-patches "python-pillow-freetype-2.7-test-failure.patch"))
(sha256
(base32
"0xkv0p1d73gz0a1qaasf0ai4262g8f334j07vd60bjrxs2wr3nmj"))))