forked from pool/python-PyJWT
Accepting request 298558 from home:Nijel:branches:devel:languages:python
- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa are just fallbacks whet is is not) OBS-URL: https://build.opensuse.org/request/show/298558 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
e692e8fd72
commit
8bfb1d5bcc
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 22 11:14:42 UTC 2015 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa
|
||||||
|
are just fallbacks whet is is not)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 11:56:59 UTC 2015 - mcihar@suse.cz
|
Mon Apr 20 11:56:59 UTC 2015 - mcihar@suse.cz
|
||||||
|
|
||||||
|
@@ -25,14 +25,12 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: python-cryptography
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-ecdsa
|
|
||||||
BuildRequires: python-pycrypto
|
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-pytest-cov
|
BuildRequires: python-pytest-cov
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-ecdsa
|
Requires: python-cryptography
|
||||||
Requires: python-pycrypto
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
Reference in New Issue
Block a user