From 15fe525596ad85872d93c2f15415b02c747c0392b5a8f65ff2febf625e8b3293 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:27:23 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-blind-except?expand=0&rev=2 --- python-flake8-blind-except.changes | 5 +++++ python-flake8-blind-except.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-flake8-blind-except.changes b/python-flake8-blind-except.changes index 4724327..00e4ae8 100644 --- a/python-flake8-blind-except.changes +++ b/python-flake8-blind-except.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:01 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Nov 16 13:04:08 UTC 2018 - John Paul Adrian Glaubitz diff --git a/python-flake8-blind-except.spec b/python-flake8-blind-except.spec index 80938fc..672886d 100644 --- a/python-flake8-blind-except.spec +++ b/python-flake8-blind-except.spec @@ -12,23 +12,23 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-blind-except Version: 0.1.1 Release: 0 -License: MIT Summary: A flake8 extension that checks for blind except: statements -Url: https://github.com/elijahandrews/flake8-blind-except +License: MIT Group: Development/Languages/Python +Url: https://github.com/elijahandrews/flake8-blind-except Source: https://files.pythonhosted.org/packages/source/f/flake8-blind-except/flake8-blind-except-%{version}.tar.gz Source1: LICENSE -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-setuptools BuildArch: noarch