From 297741c7896066bb94e6ba614afe09429b7911980904bee717466c170054e3a6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 17 Mar 2017 19:00:21 +0000 Subject: [PATCH] - We only need one crypto implementation, drop requirement for pycrypto in favor cryptography OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=21 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 93d9224..081add2 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 17 18:58:52 UTC 2017 - rjschwei@suse.com + +- Drop pycrypto as dependency, we only need cryptography + ------------------------------------------------------------------- Fri Mar 10 08:52:47 UTC 2017 - alarrosa@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 12583f7..9b29e65 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -33,14 +33,12 @@ BuildRequires: dos2unix BuildRequires: python-cryptography BuildRequires: python-devel BuildRequires: python-ecdsa -BuildRequires: python-pycrypto BuildRequires: python-pytest BuildRequires: python-pytest-cov >= 1.7 BuildRequires: python-pytest-runner BuildRequires: python-setuptools Requires: python-cryptography Requires: python-ecdsa -Requires: python-pycrypto Requires(post): update-alternatives Requires(postun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build