forked from pool/python-PyJWT
Accepting request 741159 from home:StefanBruens:branches:devel:languages:python
- Fix build with ecdsa >= 0.13.3, #447 * 0001-Catch-BadSignatureError-raised-by-ecdsa-0.13.3.patch OBS-URL: https://build.opensuse.org/request/show/741159 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=45
This commit is contained in:
committed by
Git OBS Bridge
parent
e15e45ce8b
commit
20e146e8e8
@@ -25,6 +25,8 @@ License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/progrium/pyjwt
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM https://github.com/jpadilla/pyjwt/pull/448.patch
|
||||
Patch0: 0001-Catch-BadSignatureError-raised-by-ecdsa-0.13.3.patch
|
||||
BuildRequires: %{python_module cryptography >= 1.4}
|
||||
BuildRequires: %{python_module ecdsa}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -44,6 +46,7 @@ A Python implementation of JSON Web Token draft 01.
|
||||
|
||||
%prep
|
||||
%setup -q -n PyJWT-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Reference in New Issue
Block a user