python3.pkgs.mistune: add pythonImportsCheck
This commit is contained in:
parent
b6bb9ebd41
commit
403481caf9
|
@ -9,6 +9,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
pythonImportsCheck = [ "mistune" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The fastest markdown parser in pure Python";
|
||||
|
|
Loading…
Reference in New Issue