diff options
author | 2024-11-03 20:12:14 -0500 | |
---|---|---|
committer | 2024-11-03 20:18:50 -0500 | |
commit | 48601cc2a0921948e596db653447015562161d5e (patch) | |
tree | 1a30730098869af381aa85726b7b43189b4de408 /net-misc | |
parent | net-misc/yt-dlp: add 2024.11.04 (diff) | |
download | gentoo-48601cc2a0921948e596db653447015562161d5e.tar.gz gentoo-48601cc2a0921948e596db653447015562161d5e.tar.bz2 gentoo-48601cc2a0921948e596db653447015562161d5e.zip |
net-misc/yt-dlp: update live
Upstream changed how optional dependencies are handled (aka made
them actually optional rather than always installed by pip) and
it no longer triggers pip check if missing.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/yt-dlp/yt-dlp-9999.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild index 460b9890b303..2fb96ada27eb 100644 --- a/net-misc/yt-dlp/yt-dlp-9999.ebuild +++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild @@ -25,15 +25,6 @@ BDEPEND=" distutils_enable_tests pytest -src_prepare() { - distutils-r1_src_prepare - - # adjust pycryptodome and drop optional dependencies (bug #828466) - sed -Ei pyproject.toml \ - -e 's/("pycryptodome)x/\1/' \ - -e '/"(brotli.*|certifi|mutagen|requests|urllib3|websockets)/d' || die -} - python_compile() { # generate missing files in live, not in compile_all nor prepare # given need lazy before compile and it needs a usable ${PYTHON} |