Skip to content

community/yt-dlp: remove optional deps and silence warning

Ghost User requested to merge (removed):yt-dlp-opt into master

yt-dlp doesn't require any deps, all are optional

however, it lists some in install_requires, so one gets annoying warnings with pip:

yt-dlp 2023.3.4 requires pycryptodomex, which is not installed

set install_requires to nothing to silence the warnings instead of installing optional deps

Merge request reports