python310Packages.yattag: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-03-06 16:31:06 +01:00
committed by GitHub
parent a22c1ad465
commit 2cb1fddb17
@@ -16,6 +16,10 @@ buildPythonPackage rec {
hash = "sha256-lg+lS+EinZb0MXgTPgsZXAAzkf3Ens22tptzdNtr5BY=";
};
pythonImportsCheck = [
"yattag"
];
meta = with lib; {
description = "Library to generate HTML or XML";
homepage = "https://www.yattag.org/";