]> jfr.im git - yt-dlp.git/blobdiff - pyinst.py
[build] Use pycryptodomex for PyInstaller (#1179)
[yt-dlp.git] / pyinst.py
index 7e040647c21f8890c5ee321348258d870af378ae..be1e00caae5f75e4fee8127fce689713e422f5a1 100644 (file)
--- a/pyinst.py
+++ b/pyinst.py
@@ -76,7 +76,7 @@
     ]
 )
 
-dependancies = ['Crypto', 'mutagen'] + collect_submodules('websockets')
+dependancies = ['Cryptodome', 'mutagen'] + collect_submodules('websockets')
 excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
 
 PyInstaller.__main__.run([