dist: Automatically include cacert.pem when depending on certifi

This commit is contained in:
rdb 2021-10-26 13:59:39 +02:00
parent ca061c98a6
commit 594a26662e

View File

@ -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.