Skip to content

Commit

Permalink
yt-dlp: add missing dependencies
Browse files Browse the repository at this point in the history
Added missing python3-{logging,uuid} dependencies.

Signed-off-by: Rani Hod <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
raenye authored and 1715173329 committed Jul 23, 2023
1 parent c3e17f7 commit 216c7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/yt-dlp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -31,6 +31,7 @@ define Package/yt-dlp
+python3-openssl \
+python3-sqlite3 \
+python3-urllib \
+python3-uuid \
+python3-xml
endef

Expand Down

0 comments on commit 216c7c0

Please sign in to comment.