Merge pull request #310739 from annaleeleaves/wheel-inspect-fix
python312Packages.wheel-inspect: add setuptools to checkInputs; unbreak
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user