dist: Add hidden import for jnius
This commit is contained in:
parent
6ada5071d5
commit
5b2cb98a93
|
|
@ -115,6 +115,7 @@ hiddenImports = {
|
|||
'scipy.stats._stats': ['scipy.special.cython_special'],
|
||||
'setuptools.monkey': ['setuptools.msvc'],
|
||||
'shapely._geometry_helpers': ['shapely._geos'],
|
||||
'jnius': ['jnius_config'],
|
||||
}
|
||||
|
||||
if sys.version_info >= (3,):
|
||||
|
|
|
|||
Loading…
Reference in New Issue