fix dependency on python2-jwt, should be python-jwt
This commit is contained in:
parent
59461126da
commit
edc3ada2fd
@ -24,7 +24,7 @@
|
||||
|
||||
Name: python-oauthlib
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -68,7 +68,7 @@ BuildRequires: python2-cryptography
|
||||
%if %{with jwcrypto}
|
||||
Requires: python2-jwcrypto
|
||||
%else
|
||||
Requires: python2-jwt
|
||||
Requires: python-jwt
|
||||
%endif
|
||||
Requires: python2-cryptography >= 0.8.1
|
||||
|
||||
@ -164,6 +164,9 @@ rm -rf %{modname}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 17 2017 John Dennis <jdennis@redhat.com> - 2.0.1-3
|
||||
- fix dependency on python2-jwt, should be python-jwt
|
||||
|
||||
* Fri Apr 13 2017 Dennis Gilmore <dennis@ausil.us> - 2.0.1-2
|
||||
- add spaces around the >= for Requires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user