From edc3ada2fda1566c8fac0c92cbc0f59eb657db5c Mon Sep 17 00:00:00 2001 From: John Dennis Date: Mon, 17 Apr 2017 11:18:57 -0400 Subject: [PATCH] fix dependency on python2-jwt, should be python-jwt --- python-oauthlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index e6e21cd..03e6c25 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -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 - 2.0.1-3 +- fix dependency on python2-jwt, should be python-jwt + * Fri Apr 13 2017 Dennis Gilmore - 2.0.1-2 - add spaces around the >= for Requires