We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3-scikit-build-core+pyproject
1 parent 91858f1 commit f4a75edCopy full SHA for f4a75ed
.distro/python-scikit-build-core.spec
@@ -40,7 +40,13 @@ Suggests: gcc
40
41
BuildArch: noarch
42
43
-Provides: python3-scikit-build-core+pyproject = %{version}-%{release}
+# 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}
50
Obsoletes: python3-scikit-build-core+pyproject < 0.11.0-1%{?dist}
51
52
%description -n python3-scikit-build-core %_description
0 commit comments