commit: 1e28976e3f789b1fb0c0ce9bdb3bbe156ae55c09
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 00:28:51 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 00:29:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e28976e
net-misc/yt-dlp: sync live
Upstream dropped secretstorage from requirements.txt making it
more officially optional (without code changes).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/yt-dlp/yt-dlp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild
b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index ce8b522bb027..3c581e629cd6 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -28,7 +28,7 @@ src_prepare() {
# adjust requires for pycryptodome and optional dependencies (bug
#828466)
sed -ri requirements.txt \
-e "s/^(pycryptodome)x/\1/" \
- -e
"/^(brotli.*|certifi|mutagen|requests|secretstorage|urllib3|websockets)/d" ||
die
+ -e "/^(brotli.*|certifi|mutagen|requests|urllib3|websockets)/d"
|| die
}
python_compile() {