From 49983b443d393450d54716deffaf834ca80a9afb08f7f66a7d484268dba88e18 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Dec 2018 10:40:36 +0000 Subject: [PATCH] Accepting request 659527 from devel:languages:python Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/659527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osmviz?expand=0&rev=2 --- python-osmviz.changes | 5 +++++ python-osmviz.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-osmviz.changes b/python-osmviz.changes index ed01b78..31e3b31 100644 --- a/python-osmviz.changes +++ b/python-osmviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:03 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue May 15 20:05:26 UTC 2018 - toddrme2178@gmail.com diff --git a/python-osmviz.spec b/python-osmviz.spec index 27374d9..9fd8b24 100644 --- a/python-osmviz.spec +++ b/python-osmviz.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-osmviz Version: 1.1.0 Release: 0 -License: MIT Summary: An OpenStreetMap Visualization Toolkit for Python -Url: http://cbick.github.com/osmviz +License: MIT Group: Development/Languages/Python +Url: http://cbick.github.com/osmviz Source: https://files.pythonhosted.org/packages/source/o/osmviz/osmviz-%{version}.tar.gz Source10: https://raw.githubusercontent.com/hugovk/osmviz/%{version}/LICENSE -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pygame Recommends: python-Pillow BuildArch: noarch