15
0
forked from pool/python-mando
2018-12-04 17:16:36 +00:00
committed by Git OBS Bridge
parent eb2e0f238c
commit f3661c9f9d

View File

@@ -24,19 +24,18 @@ Release: 0
Summary: Create Python CLI apps with little to no effort at all!
License: MIT
Group: Development/Languages/Python
Url: https://mando.readthedocs.org/
URL: https://mando.readthedocs.org/
Source: https://files.pythonhosted.org/packages/source/m/mando/mando-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Suggests: python-rst2ansi
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
%endif
Requires: python-six
Suggests: python-rst2ansi
BuildArch: noarch
%python_subpackages
%description
@@ -60,8 +59,8 @@ sed -i -e '/^#!\//, 1d' mando/tests/*.py
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog