From cc8818e0ea2ce2bc61f66f9f6401ba8e26469a201899365c3cf4df18cc27835f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Aug 2023 22:13:06 +0000 Subject: [PATCH] Fix SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=6 --- python-pyproject-api.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index 7fe18e7..0d76f0c 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -27,11 +27,11 @@ Source: https://files.pythonhosted.org/packages/source/p/pyproject_api/p BuildRequires: %{python_module hatch >= 0.3} BuildRequires: %{python_module hatch-vcs >= 0.3} BuildRequires: %{python_module hatchling >= 1.12.2} -BuildRequires: %{python_module importlib-metadata >= 6 if %{python}-base < 3.8} +BuildRequires: %{python_module importlib-metadata >= 6 if %python-base < 3.8} BuildRequires: %{python_module packaging >= 23.1} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module tomli >= 2.0.1 if %{python}-base < 3.11} +BuildRequires: %{python_module tomli >= 2.0.1 if %python-base < 3.11} BuildRequires: %{python_module wheel >= 0.40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros