From 3552ed62d14098393f1c1ef87f0982af36f8d91b72de0804712236c42734cf94 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:43:35 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=38 --- python-oauthlib.changes | 5 +++++ python-oauthlib.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 578032a..9182ab0 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:50:57 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Aug 13 13:01:36 UTC 2018 - mcepl@suse.com diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 2d1d1e6..f88dc99 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,7 +29,6 @@ Patch0: remove_unittest2.patch BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module blinker} BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module pyasn1}