python312Packages.doc8: relaxing dependancies on docutils

This commit is contained in:
Valentin Chassignol
2024-08-30 19:48:10 +02:00
committed by Vinetos
parent 3988df82e6
commit 22e16c025f
@@ -53,6 +53,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonRelaxDeps = [ "docutils" ];
pythonImportsCheck = [ "doc8" ];
meta = with lib; {