From 83c1dfe6f5f6c55572fb0da185ff0b4315a700fcd1ce5c0e39cd7226df4a83e2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:09:00 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=5 --- python-testfixtures.changes | 5 +++++ python-testfixtures.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-testfixtures.changes b/python-testfixtures.changes index dcbf4a5..4152543 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:55:09 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Jan 5 09:58:02 UTC 2018 - alarrosa@suse.com diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 0ca0849..bc31a4e 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.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 @@ License: MIT Group: Development/Languages/Python Url: https://github.com/Simplistix/testfixtures Source: https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pkginfo} BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools}