From b48752ab8b9e0c02107c29efe01b2450b44de56f7cc0319068c30a5d0b478654 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:51:45 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=39 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}