New comment by dmarto on void-packages repository https://github.com/void-linux/void-packages/pull/42661#issuecomment-1461735481 Comment: I am not sure what you mean as I have `yt-dlp` and none of the python dependencies, I only have `ffmpeg` and `no_Cryptodome-None, sqlite3-2.6.0`; not sure with all the no/none in the version info, but cryptodome, I think, is the only bundled thing `/usr/lib/python3.11/site-packages/yt_dlp/dependencies/Cryptodome.py` as I don't have anything other by that name on my system. yt-dlp --verbose ``` [debug] Command-line config: ['--verbose'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8 [debug] yt-dlp version stable@2023.03.04 [392389b7d] [debug] Python 3.11.2 (CPython x86_64 64bit) - Linux-6.1.12_1-x86_64-with-glibc2.36 (OpenSSL 1.1.1t 7 Feb 2023, glibc 2.36) [debug] exe versions: ffmpeg 4.4.3 (setts), ffprobe 4.4.3 [debug] Optional libraries: no_Cryptodome-None, sqlite3-2.6.0 [debug] Proxy map: {'no': 'localhost,127.0.0.0/8,::1'} [debug] Loaded 1786 extractors ``` p.s. I often use yt-dlp but only for simple video+audio download. So not sure where this optional dependencies are needed, but `yt-dlp` documentation claims that if they are needed your receive a warning and I have never seen one.