Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
d725c163f5
commit
93292221bd
@ -24,7 +24,7 @@
|
||||
|
||||
Name: python-oauthlib
|
||||
Version: 2.0.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -56,19 +56,19 @@ BuildRequires: python2-setuptools
|
||||
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python-blinker
|
||||
BuildRequires: python2-blinker
|
||||
|
||||
%if %{with jwcrypto}
|
||||
BuildRequires: python2-jwcrypto
|
||||
%else
|
||||
BuildRequires: python-jwt
|
||||
BuildRequires: python2-jwt
|
||||
%endif
|
||||
BuildRequires: python2-cryptography
|
||||
|
||||
%if %{with jwcrypto}
|
||||
Requires: python2-jwcrypto
|
||||
%else
|
||||
Requires: python-jwt
|
||||
Requires: python2-jwt
|
||||
%endif
|
||||
Requires: python2-cryptography >= 0.8.1
|
||||
|
||||
@ -164,6 +164,10 @@ rm -rf %{modname}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.1-7
|
||||
- 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> - 2.0.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user