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/local.mk | |
parent | 83a3464793f6aeb8d79e8561d50f0cdb6fb0068d (diff) | |
download | guix-a9681c74cad12488e86d06d37812a732719c4c3a.tar guix-a9681c74cad12488e86d06d37812a732719c4c3a.tar.gz |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 65be56ac47..256682effa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -867,6 +867,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pandas-skip-failing-tests.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ + %D%/packages/patches/python-pillow-freetype-2.7-test-failure.patch \ %D%/packages/patches/python-pygit2-disable-network-tests.patch \ %D%/packages/patches/python-pyopenssl-skip-network-test.patch \ %D%/packages/patches/python-pycrypto-CVE-2013-7459.patch \ |