Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
40c9822063
commit
94779d999f
1 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: python-xmltramp
|
||||
Version: 2.17
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: Pythonic API for XML
|
||||
|
||||
Group: Development/Languages
|
||||
|
|
@ -16,7 +16,7 @@ Patch0: %{name}-%{version}-nsprefixes.patch
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-devel
|
||||
|
||||
%global _description\
|
||||
xmltramp is a simple Pythonic API for working with XML
|
||||
|
|
@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.17-20
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.17-19
|
||||
- Python 2 binary package renamed to python2-xmltramp
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue