python311Packages.pvlib: add pythonImportsCheck
This commit is contained in:
parent
804d6dbb72
commit
3f7a3526de
@ -51,6 +51,10 @@ buildPythonPackage rec {
|
|||||||
requests-mock
|
requests-mock
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"pvlib"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://pvlib-python.readthedocs.io";
|
homepage = "https://pvlib-python.readthedocs.io";
|
||||||
description = "Simulate the performance of photovoltaic energy systems";
|
description = "Simulate the performance of photovoltaic energy systems";
|
||||||
|
Loading…
Reference in New Issue
Block a user