Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
55b23ab9b0
commit
33f66ce7fb
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: JSON Matching Expressions
|
||||
|
||||
License: MIT
|
||||
@ -27,8 +27,8 @@ Summary: JSON Matching Expressions
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-setuptools
|
||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||
BuildRequires: python-ordereddict
|
||||
# tests specifically import simplejson as json if python version is 2.6
|
||||
@ -103,6 +103,10 @@ nosetests-%{python3_version}
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.0-10
|
||||
- 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> - 0.9.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user