python310Packages.flask-autoindex: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-02-24 11:17:11 +01:00
parent 0bc6b3e997
commit 1f5555d0c4
@@ -26,6 +26,10 @@ buildPythonPackage rec {
pathlib
];
pythonImportsCheck = [
"flask_autoindex"
];
meta = with lib; {
description = "The mod_autoindex for Flask";
longDescription = ''