Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yt-dlp: fix depends
@ 2023-03-08 19:29 icp1994
  2023-03-09  1:18 ` dmarto
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: icp1994 @ 2023-03-08 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages yt-dlp
https://github.com/void-linux/void-packages/pull/42661

yt-dlp: fix depends
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yt-dlp-42661.patch --]
[-- Type: text/x-diff, Size: 921 bytes --]

From 60b8e584c983c89845c07f6d1afbb8edb960e68f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 9 Mar 2023 00:55:13 +0530
Subject: [PATCH] yt-dlp: fix depends

---
 srcpkgs/yt-dlp/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template
index a13631631169..3c349c2047b4 100644
--- a/srcpkgs/yt-dlp/template
+++ b/srcpkgs/yt-dlp/template
@@ -1,11 +1,12 @@
 # Template file for 'yt-dlp'
 pkgname=yt-dlp
 version=2023.03.04
-revision=1
+revision=2
 build_style=python3-module
 make_check_args="-k not(download)"
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-mutagen python3-pycryptodomex python3-websockets python3-Brotli
+ python3-certifi"
 checkdepends="python3-pytest-xdist"
 short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Michal Vasilek <michal@vasilek.cz>"

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-03-10 20:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 19:29 [PR PATCH] yt-dlp: fix depends icp1994
2023-03-09  1:18 ` dmarto
2023-03-09  1:21 ` dmarto
2023-03-09  5:32 ` icp1994
2023-03-09 10:18 ` dmarto
2023-03-09 20:16 ` icp1994
2023-03-09 21:10 ` dmarto
2023-03-09 21:14 ` dmarto
2023-03-09 21:19 ` dmarto
2023-03-09 22:21 ` dmarto
2023-03-09 22:23 ` dmarto
2023-03-09 23:25 ` dmarto
2023-03-10 20:01 ` paper42
2023-03-10 20:02 ` [PR PATCH] [Closed]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).