python310Packages.flask-paginate: add pythonImportsCheck
This commit is contained in:
parent
9ef382db64
commit
42b9061ce6
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue