Skip to content

Commit

Permalink
Remove python3-scikit-build-core+pyproject subpackage
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Aug 30, 2024
1 parent 91858f1 commit f4a75ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .distro/python-scikit-build-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a75ed

Please sign in to comment.