diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 032f7c6..ce3fc83 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:21 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Nov 27 11:52:40 UTC 2018 - John Paul Adrian Glaubitz diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 7521778..39c32d0 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -29,7 +29,6 @@ Patch0: pyjwt-python37.patch # fix testsuite with pytest >= 3.9.0, see: https://github.com/jpadilla/pyjwt/issues/382 Patch1: pyjwt-pytest390.patch BuildRequires: %{python_module cryptography >= 1.4} -BuildRequires: %{python_module devel} BuildRequires: %{python_module ecdsa} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}