From 14462fd193729bb90234ef0feb9d75f1ea6fb6b9112ab3a78e61bd11e45f292f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 25 Oct 2019 08:57:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flatdict?expand=0&rev=2 --- python-flatdict.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-flatdict.spec b/python-flatdict.spec index 9207bc2..a04523d 100644 --- a/python-flatdict.spec +++ b/python-flatdict.spec @@ -12,25 +12,24 @@ # 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-flatdict Version: 3.4.0 Release: 0 -License: BSD-3-Clause Summary: Python module for interacting with nested dicts -Url: https://github.com/gmr/flatdict -Group: Development/Languages/Python +License: BSD-3-Clause +URL: https://github.com/gmr/flatdict Source: https://github.com/gmr/flatdict/archive/%{version}.tar.gz#/flatdict-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description