14
0
2025-04-14 16:20:39 +00:00
committed by Git OBS Bridge
parent 15b0c8e12b
commit 4b79f303c3
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 16:20:30 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
-------------------------------------------------------------------
Mon Apr 14 14:05:53 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

View File

@@ -27,7 +27,9 @@ URL: https://github.com/Phynix/yamlloader
Source: https://files.pythonhosted.org/packages/source/y/yamlloader/yamlloader-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -45,13 +47,12 @@ feature of regular dicts.)
%prep
%setup -q -n yamlloader-%{version}
%autopatch -p1
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check