From e6faf0fdae048949fdd44729da8003ef63956fc21842cd604fa17563fbb16d7b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:49 +0000 Subject: [PATCH 1/2] 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} From 4691aa00296693fab15a49f398500d126fff1e34bd91a0e7a7823b2a8b2ad99e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Dec 2018 17:01:46 +0000 Subject: [PATCH 2/2] - Actually, although the package is noarch, its test suite is not, so we need python-devel at least for tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=106 --- python-pbr.changes | 6 ++++++ python-pbr.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-pbr.changes b/python-pbr.changes index feb1636..a593ac2 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 11 17:00:20 UTC 2018 - Matěj Cepl + +- Actually, although the package is noarch, its test suite is not, so we + need python-devel at least for tests. + ------------------------------------------------------------------- Tue Dec 4 12:51:21 UTC 2018 - Matej Cepl diff --git a/python-pbr.spec b/python-pbr.spec index b0cac40..76c1d98 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -47,6 +47,7 @@ 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}