From e6faf0fdae048949fdd44729da8003ef63956fc21842cd604fa17563fbb16d7b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:49 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=105 --- python-pbr.changes | 5 +++++ python-pbr.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pbr.changes b/python-pbr.changes index 3e00799..feb1636 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:21 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Nov 7 11:22:59 UTC 2018 - mmnelemane@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 7908314..b0cac40 100644 --- a/python-pbr.spec +++ b/python-pbr.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/ # @@ -47,7 +47,6 @@ Obsoletes: python-pbr-doc BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx >= 1.6.2} -BuildRequires: %{python_module devel} BuildRequires: %{python_module fixtures >= 3.0.0} BuildRequires: %{python_module mock >= 2.0} BuildRequires: %{python_module six >= 1.9.0}