diff --git a/python-pillow.spec b/python-pillow.spec index d86e049c5d6ac8e08c2fa82c1aab5b4173d7561e..f7962e119f4d66b88f2238e84fb5a5437a839fb3 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -1,12 +1,12 @@ %global py3_incdir %(python3 -c 'import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())') %global py3_libbuilddir %(python3 -c 'import sys; import sysconfig; print("lib.{p}-{v[0]}.{v[1]}".format(p=sysconfig.get_platform(), v=sys.version_info))') - + %global with_docs 0 - + Name: python-pillow Version: 8.1.2 Release: 3 -Summary: Python image processing library +Summary: Python image processing library License: MIT URL: http://python-pillow.github.io/ Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.tar.gz @@ -32,10 +32,11 @@ Patch6014: backport-CVE-2021-23437.patch Patch9000: backport-disable-test-sanity.patch -BuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libraqm-devel libtiff-devel -BuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefile -BuildRequires: python3-qt5 python3-setuptools python3-tkinter gcc -BuildRequires: python3-pytest +BuildRequires: libjpeg-devel gcc python3-pytest python3-devel zlib-devel +#BuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libraqm-devel libtiff-devel +#BuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefile +#BuildRequires: python3-qt5 python3-setuptools python3-tkinter gcc +#BuildRequires: python3-pytest %if 0%{?with_docs} BuildRequires: make BuildRequires: python3-sphinx