mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
dist: Automatically include cacert.pem when depending on certifi
This commit is contained in:
parent
ca061c98a6
commit
594a26662e
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -113,6 +113,7 @@ PACKAGE_DATA_DIRS = {
|
||||
('cefpython3/Chromium Embedded Framework.framework/Chromium Embedded Framework', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
|
||||
],
|
||||
'pytz': [('pytz/zoneinfo/*', 'zoneinfo', ())],
|
||||
'certifi': [('certifi/cacert.pem', '', {})],
|
||||
}
|
||||
|
||||
# Some dependencies have extra directories that need to be scanned for DLLs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user