yt-dlp: add missing dependencies

Added missing python3-{logging,uuid} dependencies.

Signed-off-by: Rani Hod <rani.hod@gmail.com>
This commit is contained in:
Rani Hod 2023-07-19 18:20:09 +03:00 committed by Tianling Shen
parent b1d28936cb
commit 40a680ffd7
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yt-dlp
PKG_VERSION:=2023.3.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=yt-dlp
PKG_HASH:=265d5da97a76c15d7d9a4088a67b78acd5dcf6f8cfd8257c52f581ff996ff515
@ -27,9 +27,11 @@ define Package/yt-dlp
+python3-codecs \
+python3-ctypes \
+python3-email \
+python3-logging \
+python3-openssl \
+python3-sqlite3 \
+python3-urllib \
+python3-uuid \
+python3-xml
endef