Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent a6b47afeca
commit 327fc13734

@ -6,7 +6,7 @@
Name: python-%{modulename} Name: python-%{modulename}
Summary: A python based HTML parser/tokenizer Summary: A python based HTML parser/tokenizer
Version: 0.999999999 Version: 0.999999999
Release: 5%{?dist} Release: 6%{?dist}
Epoch: 1 Epoch: 1
Group: Development/Libraries Group: Development/Libraries
License: MIT License: MIT
@ -22,12 +22,12 @@ specification for maximum compatibility with major desktop web browsers.
Summary: A python based HTML parser/tokenizer Summary: A python based HTML parser/tokenizer
Group: Development/Libraries Group: Development/Libraries
Requires: python-six Requires: python2-six
Requires: python2-webencodings Requires: python2-webencodings
BuildRequires: python-setuptools BuildRequires: python2-setuptools
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-nose BuildRequires: python2-nose
BuildRequires: python-six BuildRequires: python2-six
%{?python_provide:%python_provide python2-%{modulename}} %{?python_provide:%python_provide python2-%{modulename}}
%description -n python2-%{modulename} %description -n python2-%{modulename}
@ -95,6 +95,10 @@ specification for maximum compatibility with major desktop web browsers.
%changelog %changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:0.999999999-6
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999999999-5 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999999999-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save