Fix ambiguous Python 2 dependency declarations
This commit is contained in:
parent
d2b36b1ed7
commit
bbb5f6c6c5
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||||
License: MIT and Python
|
License: MIT and Python
|
||||||
URL: http://code.google.com/p/iniparse/
|
URL: http://code.google.com/p/iniparse/
|
||||||
@ -35,7 +35,7 @@ Summary: Python 2 Module for Accessing and Modifying Configuration Data i
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-six
|
BuildRequires: python2-six
|
||||||
BuildRequires: python-test
|
BuildRequires: python2-test
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
|
|
||||||
%description -n python2-%{modname} %{_description}
|
%description -n python2-%{modname} %{_description}
|
||||||
@ -91,6 +91,10 @@ rm -vfr %{buildroot}%{_docdir}/*
|
|||||||
%{python3_sitelib}/%{modname}-%{version}-*.egg-info
|
%{python3_sitelib}/%{modname}-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.4-29
|
||||||
|
- Fix ambiguous Python 2 dependency declarations
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4-28
|
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4-28
|
||||||
- Use better Obsoletes for platform-python
|
- Use better Obsoletes for platform-python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user