dist: Add missing hidden import for panda3d.core on enum

This commit is contained in:
rdb 2025-02-02 20:07:10 +01:00
parent 3f0f90d83d
commit ea1cbe47ac
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ defaultHiddenImports = {
'numpy.core._dtype_ctypes',
'numpy.core._methods',
],
'panda3d.core': ['enum'],
'pandas.compat': ['lzma', 'cmath'],
'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
'plyer': ['plyer.platforms'],