diff --git a/.distro/python-scikit-build-core.spec b/.distro/python-scikit-build-core.spec index 742ac618..a5d4b4f5 100644 --- a/.distro/python-scikit-build-core.spec +++ b/.distro/python-scikit-build-core.spec @@ -40,7 +40,13 @@ Suggests: gcc BuildArch: noarch -Provides: python3-scikit-build-core+pyproject = %{version}-%{release} +# Deprecated extras +%py_provides python3-scikit-build-core+pyproject +# Provides python3dist() do not seem to be generated, building them +# Note: the version can be a bit off if the python metadata version is different than RPM. +# It shouldn't be an issue in this package. +Provides: python3dist(scikit-build-core[pyproject]) = %{version} +Provides: python%{python3_version}dist(scikit-build-core[pyproject]) = %{version} Obsoletes: python3-scikit-build-core+pyproject < 0.11.0-1%{?dist} %description -n python3-scikit-build-core %_description