python3Packages.dunamai: add setuptools to checkInputs

This commit is contained in:
Martin Weinelt
2022-09-16 19:41:44 +02:00
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" ];