python3Packages.cleanit: fix build (#541428)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 15:27:32 +00:00
committed by GitHub

View File

@@ -43,10 +43,7 @@ buildPythonPackage rec {
pyyaml
];
pythonRelaxDeps = [
"click"
"jsonschema"
];
pythonRelaxDeps = [ "chardet" ];
nativeCheckInputs = [ pytestCheckHook ];