Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
2f0832c355
commit
5aebd19946
@ -2,14 +2,14 @@
|
||||
|
||||
Name: python-netifaces
|
||||
Version: 0.10.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python library to retrieve information about network interfaces
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/netifaces
|
||||
Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
|
||||
%description
|
||||
@ -60,6 +60,10 @@ from network interfaces.
|
||||
%{python3_sitearch}/%{pypi_name}*.so
|
||||
|
||||
%changelog
|
||||
* Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.10.6-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Mon Aug 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.6-1
|
||||
- Update to 0.10.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user