diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-21 16:18:59 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-21 16:20:10 -0400 |
commit | a9681c74cad12488e86d06d37812a732719c4c3a (patch) | |
tree | 8567195c94724fe30be4b450e83d462a6210817c /gnu/packages/python.scm | |
parent | 83a3464793f6aeb8d79e8561d50f0cdb6fb0068d (diff) |
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.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 96c4245384..1903247d77 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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")))) |