dist: Add missing hidden import for panda3d.core on enum
This commit is contained in:
parent
3f0f90d83d
commit
ea1cbe47ac
|
|
@ -88,6 +88,7 @@ defaultHiddenImports = {
|
||||||
'numpy.core._dtype_ctypes',
|
'numpy.core._dtype_ctypes',
|
||||||
'numpy.core._methods',
|
'numpy.core._methods',
|
||||||
],
|
],
|
||||||
|
'panda3d.core': ['enum'],
|
||||||
'pandas.compat': ['lzma', 'cmath'],
|
'pandas.compat': ['lzma', 'cmath'],
|
||||||
'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
|
'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
|
||||||
'plyer': ['plyer.platforms'],
|
'plyer': ['plyer.platforms'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue