From ecaff0b6431a4406816b05e91f179165d38ba6c1d88c856e1f35dd0c71675940 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:27:45 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=11 --- python-flake8-import-order.changes | 5 +++++ python-flake8-import-order.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-flake8-import-order.changes b/python-flake8-import-order.changes index b0775de..c348221 100644 --- a/python-flake8-import-order.changes +++ b/python-flake8-import-order.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:05 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Jul 12 16:00:21 UTC 2018 - arun@gmx.de diff --git a/python-flake8-import-order.spec b/python-flake8-import-order.spec index d3a24ea..62fb364 100644 --- a/python-flake8-import-order.spec +++ b/python-flake8-import-order.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/ # @@ -25,7 +25,6 @@ License: LGPL-3.0-only Group: Development/Languages/Python URL: https://github.com/public/flake8-import-order Source: https://files.pythonhosted.org/packages/source/f/flake8-import-order/flake8-import-order-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module flake8} BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module setuptools}