yt-dlp: add missing dependencies
authorRani Hod <rani.hod@gmail.com>
Wed, 19 Jul 2023 15:20:09 +0000 (18:20 +0300)
committerTianling Shen <cnsztl@gmail.com>
Wed, 9 Aug 2023 21:07:31 +0000 (05:07 +0800)
Added missing python3-{logging,uuid} dependencies.

Signed-off-by: Rani Hod <rani.hod@gmail.com>
multimedia/yt-dlp/Makefile

index 1ec3ebaedd04d17123c7e1b7031502bc2156e159..7ec1274161d5fa894f979817627583a05ed8a4f6 100644 (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