15
0

- Clean up the SPEC file a little bit.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-confuse?expand=0&rev=2
This commit is contained in:
2022-02-11 20:48:24 +00:00
committed by Git OBS Bridge
parent ab50bfa426
commit 67aab6dc1f
2 changed files with 8 additions and 3 deletions

View File

@@ -24,13 +24,12 @@ Summary: Painless YAML configuration
License: MIT
URL: https://github.com/beetbox/confuse
Source: https://files.pythonhosted.org/packages/source/c/confuse/confuse-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module flit < 4}
BuildRequires: %{python_module flit >= 2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
BuildArch: noarch
%python_subpackages
@@ -54,6 +53,7 @@ Painless YAML configuration.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/confuse-%{version}*-info/
%{python_sitelib}/confuse/
%changelog