Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
a6b47afeca
commit
327fc13734
@ -6,7 +6,7 @@
|
||||
Name: python-%{modulename}
|
||||
Summary: A python based HTML parser/tokenizer
|
||||
Version: 0.999999999
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Epoch: 1
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
@ -22,12 +22,12 @@ specification for maximum compatibility with major desktop web browsers.
|
||||
Summary: A python based HTML parser/tokenizer
|
||||
Group: Development/Libraries
|
||||
|
||||
Requires: python-six
|
||||
Requires: python2-six
|
||||
Requires: python2-webencodings
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-six
|
||||
%{?python_provide:%python_provide python2-%{modulename}}
|
||||
|
||||
%description -n python2-%{modulename}
|
||||
@ -95,6 +95,10 @@ specification for maximum compatibility with major desktop web browsers.
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user