Fix python3-pillow-tk Requires: tkinter -> python3-tkinter (#1248085)

This commit is contained in:
Sandro Mani 2015-07-29 18:35:52 +02:00
parent 52599f4006
commit b8ee1f2ff0

View File

@ -28,7 +28,7 @@
Name: python-pillow Name: python-pillow
Version: 2.9.0 Version: 2.9.0
Release: 1%{?snap}%{?dist} Release: 2%{?snap}%{?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
@ -170,7 +170,7 @@ Documentation for %{name3}.
Summary: Tk interface for %{name3} Summary: Tk interface for %{name3}
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name3}%{?_isa} = %{version}-%{release} Requires: %{name3}%{?_isa} = %{version}-%{release}
Requires: tkinter Requires: python3-tkinter
%description -n %{name3}-tk %description -n %{name3}-tk
Tk interface for %{name3}. Tk interface for %{name3}.
@ -342,6 +342,9 @@ popd
%endif %endif
%changelog %changelog
* Thu Jul 02 2015 Sandro Mani <manisandro@gmail.com> - 2.9.0-2
- Fix python3-pillow-tk Requires: tkinter -> python3-tkinter (#1248085)
* Thu Jul 02 2015 Sandro Mani <manisandro@gmail.com> - 2.9.0-1 * Thu Jul 02 2015 Sandro Mani <manisandro@gmail.com> - 2.9.0-1
- Update to 2.9.0 - Update to 2.9.0