Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-19 12:57:00 +01:00
commit e54fdbe85f

View file

@ -2,7 +2,7 @@
Name: diveintopython
Version: 5.4
Release: 33%{?dist}
Release: 34%{?dist}
Summary: Dive into Python - a python book
@ -20,7 +20,7 @@ Patch1: diveintopython-build_common.xml.patch
Patch2: diveintopython-xalan.patch
BuildRequires: desktop-file-utils, htmldoc, ant >= 1.8.2, xerces-j2, xml-commons-apis
BuildRequires: python, w3m, java, xalan-j2
BuildRequires: python2, w3m, java, xalan-j2
%description
Dive Into Python is a Python book for experienced programmers.
@ -111,6 +111,10 @@ desktop-file-install \
%doc %{_pkgdocdir}/txt
%changelog
* Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.4-34
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Mar 16 2018 Devrim Gündüz <devrim@gunduz.org> - 5.4-33
- Update BR, per #1555699