Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
60759c9b58
commit
f44da47c52
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.7.19
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
|
||||
License: BSD
|
||||
@ -13,9 +13,9 @@ Source0: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{vers
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: pytest
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-sphinx
|
||||
BuildRequires: python2-pytest
|
||||
|
||||
Patch0: 0001-fixed-broken-tests-in-issue-149-python-3-regression-.patch
|
||||
Patch1: 0001-Do-not-override-executable-path.patch
|
||||
@ -131,6 +131,10 @@ LANG=en_US.UTF-8 py.test-%{python3_version}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 22 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.7.19-8
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Mon Feb 19 2018 John Eckersberg <eck@redhat.com> - 0.7.19-7
|
||||
- Fix shebang mangling for python3 (RHBZ#1546800)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user