mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
deploy-ng: Add hidden imports for keyring.backends
This commit is contained in:
parent
0c3c6c36bf
commit
846dc9c97b
@ -74,6 +74,7 @@ hiddenImports = {
|
|||||||
],
|
],
|
||||||
'xml.etree.cElementTree': ['xml.etree.ElementTree'],
|
'xml.etree.cElementTree': ['xml.etree.ElementTree'],
|
||||||
'datetime': ['_strptime'],
|
'datetime': ['_strptime'],
|
||||||
|
'keyring.backends': ['keyring.backends.*'],
|
||||||
}
|
}
|
||||||
|
|
||||||
# These are missing modules that we've reported already this session.
|
# These are missing modules that we've reported already this session.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user