Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
8ba2f98821
commit
e54fdbe85f
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue