Skip to content

Commit f4a75ed

Browse files
committed
Remove python3-scikit-build-core+pyproject subpackage
Signed-off-by: Cristian Le <[email protected]>
1 parent 91858f1 commit f4a75ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.distro/python-scikit-build-core.spec

+7-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ Suggests: gcc
4040

4141
BuildArch: noarch
4242

43-
Provides: python3-scikit-build-core+pyproject = %{version}-%{release}
43+
# Deprecated extras
44+
%py_provides python3-scikit-build-core+pyproject
45+
# Provides python3dist() do not seem to be generated, building them
46+
# Note: the version can be a bit off if the python metadata version is different than RPM.
47+
# It shouldn't be an issue in this package.
48+
Provides: python3dist(scikit-build-core[pyproject]) = %{version}
49+
Provides: python%{python3_version}dist(scikit-build-core[pyproject]) = %{version}
4450
Obsoletes: python3-scikit-build-core+pyproject < 0.11.0-1%{?dist}
4551

4652
%description -n python3-scikit-build-core %_description

0 commit comments

Comments
 (0)