Commit 1f5555d0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.flask-autoindex: add pythonImportsCheck

parent 0bc6b3e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ buildPythonPackage rec {
    pathlib
  ];

  pythonImportsCheck = [
    "flask_autoindex"
  ];

  meta = with lib; {
    description = "The mod_autoindex for Flask";
    longDescription = ''