14
0
2024-10-12 18:32:19 +00:00
committed by Git OBS Bridge
parent d16eb1f7f7
commit b900f27bd6
2 changed files with 10 additions and 2 deletions

View File

@@ -22,10 +22,10 @@ Release: 0
Summary: YAML 1.2 Support for PyYAML
License: MIT
URL: https://github.com/perlpunk/pyyaml-core
Source: https://files.pythonhosted.org/packages/y/yamlcore/yamlcore-%{version}.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/y/yamlcore/yamlcore-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61.0}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest >= 2.3.5}