forked from pool/python-Pillow
- Add freetype-2.9.patch to fix tests with FreeType 2.9 gh#2954 OBS-URL: https://build.opensuse.org/request/show/563830 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=66
15 lines
692 B
Diff
15 lines
692 B
Diff
Index: Pillow-5.0.0/Tests/test_imagefont.py
|
|
===================================================================
|
|
--- Pillow-5.0.0.orig/Tests/test_imagefont.py
|
|
+++ Pillow-5.0.0/Tests/test_imagefont.py
|
|
@@ -58,6 +58,9 @@ class TestImageFont(PillowTestCase):
|
|
('2', '8'): {'multiline': 6.2,
|
|
'textsize': 2.5,
|
|
'getters': (12, 16)},
|
|
+ ('2', '9'): {'multiline': 6.2,
|
|
+ 'textsize': 2.5,
|
|
+ 'getters': (12, 16)},
|
|
'Default': {'multiline': 0.5,
|
|
'textsize': 0.5,
|
|
'getters': (12, 16)},
|