Skip to content

Commit e32c1db

Browse files
authored
Change pyproject_buildrequires option in spec file
1 parent 7d2f3d8 commit e32c1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cp -p src/scikit_build_core/_vendor/pyproject_metadata/LICENSE LICENSE-pyproject
5353
%if %{with no_classifier_check}
5454
export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
5555
%endif
56-
%pyproject_buildrequires -x test,test-meta,test-numpy
56+
%pyproject_buildrequires -g test,test-meta,test-numpy
5757

5858

5959
%build

0 commit comments

Comments
 (0)