python312Packages.wheel-inspect: add setuptools to checkInputs; unbreak

This commit is contained in:
annalee
2024-05-11 03:14:00 +00:00
parent 8c810f6f55
commit 00e5bca5a4
@@ -11,6 +11,7 @@
, pytestCheckHook
, pythonOlder
, readme-renderer
, setuptools
, wheel-filename
}:
@@ -53,10 +54,14 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
jsonschema
pytestCheckHook
];
checkInputs = [
setuptools
jsonschema
];
pythonImportsCheck = [
"wheel_inspect"
];