Remove optional build dependency on python2-cffi
This commit is contained in:
parent
45afc237ea
commit
ebcca564e0
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||||
@ -35,7 +35,6 @@ BuildRequires: openjpeg2-devel
|
|||||||
BuildRequires: tk-devel
|
BuildRequires: tk-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
BuildRequires: python2-cffi
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-numpy
|
BuildRequires: python2-numpy
|
||||||
BuildRequires: python2-olefile
|
BuildRequires: python2-olefile
|
||||||
@ -267,6 +266,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 07 2019 Petr Viktorin <pviktori@redhat.com> - 6.2.0-2
|
||||||
|
- Remove optional build dependency on python2-cffi
|
||||||
|
|
||||||
* Tue Oct 01 2019 Sandro Mani <manisandro@gmail.com> - 6.2.0-1
|
* Tue Oct 01 2019 Sandro Mani <manisandro@gmail.com> - 6.2.0-1
|
||||||
- Update to 6.2.0
|
- Update to 6.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user