python310Packages.pyproj: add pythonImportsCheck
This commit is contained in:
parent
15a218484b
commit
053dcdfbdb
1 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue