15
0
forked from pool/python-Pillow

Accepting request 563830 from home:namtrac:branches:devel:languages:python

- 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
This commit is contained in:
Tomáš Chvátal
2018-01-12 12:59:12 +00:00
committed by Git OBS Bridge
parent d5e583f63a
commit dbd8592b59
3 changed files with 22 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ License: HPND
Group: Development/Languages/Python
Url: http://python-imaging.github.io/
Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
# PATCH-FIX-UPSTREAM freetype-2.9.patch https://github.com/python-pillow/Pillow/issues/2954
Patch1: freetype-2.9.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module olefile}
BuildRequires: %{python_module pytest-runner}
@@ -93,6 +95,7 @@ Python Imaging Library by Fredrik Lundh and Contributors.
%prep
%setup -q -n Pillow-%{version}
%patch1 -p1
%build
%python_build