Drop build dependency on python2-test
This commit is contained in:
parent
dee5ae60bd
commit
a3bd90a571
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 36%{?dist}
|
Release: 37%{?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,6 @@ 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: python2-test
|
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
|
|
||||||
%description -n python2-%{modname} %{_description}
|
%description -n python2-%{modname} %{_description}
|
||||||
@ -91,6 +90,9 @@ rm -vfr %{buildroot}%{_docdir}/*
|
|||||||
%{python3_sitelib}/%{modname}-%{version}-*.egg-info
|
%{python3_sitelib}/%{modname}-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 31 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-37
|
||||||
|
- Drop build dependency on python2-test
|
||||||
|
|
||||||
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-36
|
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-36
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user