python310Packages.pyproj: add pythonImportsCheck
This commit is contained in:
committed by
Robert Schütz
parent
15a218484b
commit
053dcdfbdb
@@ -84,6 +84,22 @@ buildPythonPackage rec {
|
||||
"test_transformer_group__download_grids"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pyproj"
|
||||
"pyproj.crs"
|
||||
"pyproj.transformer"
|
||||
"pyproj.geod"
|
||||
"pyproj.proj"
|
||||
"pyproj.database"
|
||||
"pyproj.list"
|
||||
"pyproj.datadir"
|
||||
"pyproj.network"
|
||||
"pyproj.sync"
|
||||
"pyproj.enums"
|
||||
"pyproj.aoi"
|
||||
"pyproj.exceptions"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Python interface to PROJ library";
|
||||
homepage = "https://github.com/pyproj4/pyproj";
|
||||
|
||||
Reference in New Issue
Block a user