commit:     30088ef4af533f3a328a7155dec0684512a85beb
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 03:08:02 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 04:54:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30088ef4

net-misc/yt-dlp: sync live

It's possible that there are more requirements wrt ffmpeg testing,
but have not tried to test with the utmost minimal ffmpeg.

Unclear what missing webp at runtime may cause, albeit ffmpeg is
optional either way and imagine it can fallback outside tests.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/yt-dlp/yt-dlp-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild 
b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index 836ca08884bb..47c7a7cfe3d2 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
 inherit distutils-r1 git-r3 optfeature shell-completion wrapper
 
 DESCRIPTION="youtube-dl fork with additional features and fixes"
@@ -20,6 +20,7 @@ RDEPEND="
 "
 BDEPEND="
        man? ( virtual/pandoc )
+       test? ( media-video/ffmpeg[webp] )
 "
 
 distutils_enable_tests pytest

Reply via email to