python313Packages.pyspx: refactor (#393343)

This commit is contained in:
Fabian Affolter
2025-03-27 07:06:04 +01:00
committed by GitHub
@@ -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 ];