python313Packages.explorerscript: relax scikit-build-core constraint
This commit is contained in:
parent
1d834df88d
commit
f3b5d54e49
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace-fail "scikit-build-core>=0.10.7, < 0.11" "scikit-build-core"
|
||||||
|
'';
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
scikit-build-core
|
scikit-build-core
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user