SHA256
1
0
forked from pool/python-munch
2018-12-04 17:17:01 +00:00
committed by Git OBS Bridge
parent ed484c7ce1
commit 05a58582b2

View File

@@ -23,17 +23,16 @@ Release: 0
Summary: A dot-accessible dictionary
License: MIT
Group: Development/Languages/Python
Url: http://github.com/Infinidat/munch
URL: http://github.com/Infinidat/munch
Source: https://files.pythonhosted.org/packages/source/m/munch/munch-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module six}
# /SECTION
BuildRequires: fdupes
Requires: python-six
BuildArch: noarch
%python_subpackages
%description
@@ -50,7 +49,8 @@ A dot-accessible dictionary (a la JavaScript objects).
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc LICENSE.txt README.md
%license LICENSE.txt
%doc README.md
%{python_sitelib}/*
%changelog