python3Packages.dunamai: add setuptools to checkInputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
e6606bcb00
commit
28040cdbe3
@@ -6,6 +6,7 @@
|
||||
, importlib-metadata
|
||||
, packaging
|
||||
, pytestCheckHook
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -39,6 +40,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "dunamai" ];
|
||||
|
||||
Reference in New Issue
Block a user