dev-python/yt-dlp-ejs: fix typo

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-11-13 06:43:52 -05:00
parent 595b9a5ed6
commit 1826ca4e98

View File

@@ -30,7 +30,7 @@ src_prepare() {
distutils-r1_src_prepare
# drop deno/npm calls and use pre-generated .js instead, this
# both prevents network use nad ensures no hash mismatch given
# both prevents network use and ensures no hash mismatch given
# yt-dlp checks the sha512sum of the .js files
sed -i '/wheel.hooks.custom/d' pyproject.toml || die
mv ../yt_dlp_ejs/yt/solver/*.js yt_dlp_ejs/yt/solver/ || die