python310Packages.flask-paginate: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-10-14 21:15:14 +02:00
parent 9ef382db64
commit 42b9061ce6

View file

@ -21,6 +21,10 @@ buildPythonPackage rec {
flask
];
pythonImportsCheck = [
"flask_paginate"
];
meta = with lib; {
description = "Pagination support for Flask";
homepage = "https://github.com/lixxu/flask-paginate";