Kaynağa Gözat

dist: Automatically include cacert.pem when depending on certifi

rdb 4 yıl önce
ebeveyn
işleme
594a26662e
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      direct/src/dist/commands.py

+ 1 - 0
direct/src/dist/commands.py

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