mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
dist: Add PACKAGE_DATA_DIRS entry for pytz zoneinfo database
This commit is contained in:
parent
059361c87c
commit
17341b18ed
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -112,6 +112,7 @@ PACKAGE_DATA_DIRS = {
|
|||||||
('cefpython3/Chromium Embedded Framework.framework/Resources', 'Chromium Embedded Framework.framework/Resources', {}),
|
('cefpython3/Chromium Embedded Framework.framework/Resources', 'Chromium Embedded Framework.framework/Resources', {}),
|
||||||
('cefpython3/Chromium Embedded Framework.framework/Chromium Embedded Framework', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
|
('cefpython3/Chromium Embedded Framework.framework/Chromium Embedded Framework', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
|
||||||
],
|
],
|
||||||
|
'pytz': [('pytz/zoneinfo/*', 'zoneinfo', ())],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Some dependencies have extra directories that need to be scanned for DLLs.
|
# Some dependencies have extra directories that need to be scanned for DLLs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user