projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7823702
)
yt-dlp: add missing dependencies
author
Rani Hod
<rani.hod@gmail.com>
Wed, 19 Jul 2023 15:20:09 +0000
(18:20 +0300)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sat, 17 Feb 2024 13:50:07 +0000
(14:50 +0100)
Added missing python3-{logging,uuid} dependencies.
Signed-off-by: Rani Hod <rani.hod@gmail.com>
(cherry picked from commit
40a680ffd7d155798123a9eadcc3411f7a201259
)
multimedia/yt-dlp/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/yt-dlp/Makefile
b/multimedia/yt-dlp/Makefile
index 1ec3ebaedd04d17123c7e1b7031502bc2156e159..7ec1274161d5fa894f979817627583a05ed8a4f6 100644
(file)
--- a/
multimedia/yt-dlp/Makefile
+++ b/
multimedia/yt-dlp/Makefile
@@
-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