From 8bfb1d5bcc00edad615a2f0a051dd7ee0ff9456ad97c8a92d03c97dc9b075340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 22 Apr 2015 11:28:20 +0000 Subject: [PATCH] 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 --- python-PyJWT.changes | 6 ++++++ python-PyJWT.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 5b6b95c..048f883 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -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 diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 9d1d2d8..a8762cf 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -25,14 +25,12 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-cryptography BuildRequires: python-devel -BuildRequires: python-ecdsa -BuildRequires: python-pycrypto BuildRequires: python-pytest BuildRequires: python-pytest-cov BuildRequires: python-setuptools -Requires: python-ecdsa -Requires: python-pycrypto +Requires: python-cryptography %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()")} %else