python313Packages.pyspx: refactor

This commit is contained in:
Fabian Affolter
2025-03-26 10:26:01 +01:00
parent a8db692d49
commit 8f9ee3c15b
@@ -6,7 +6,6 @@
pytestCheckHook,
pythonOlder,
setuptools,
wheel,
}:
buildPythonPackage rec {
@@ -24,10 +23,9 @@ buildPythonPackage rec {
fetchSubmodules = true;
};
nativeBuildInputs = [
build-system = [
cffi
setuptools
wheel
];
nativeCheckInputs = [ pytestCheckHook ];