Tomáš Chvátal 2019-10-25 08:57:35 +00:00 committed by Git OBS Bridge
parent fb73a6298b
commit 14462fd193

View File

@ -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