From 2f86e04dc8f186fd989cbc701b911f8824015034 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 11 Mar 2024 18:13:36 +0100
Subject: [PATCH] multimedia/yt-dlp: update to 2024.3.10

---
 components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch b/components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch
index 894fa78..5888717 100644
--- a/components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch
+++ b/components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch
@@ -1,11 +1,11 @@
---- yt-dlp-2023.12.30/setup.cfg.orig
-+++ yt-dlp-2023.12.30/setup.cfg
+--- yt_dlp-2024.3.10/setup.cfg.orig
++++ yt_dlp-2024.3.10/setup.cfg
 @@ -28,7 +28,7 @@
- [testenv]
- deps = 
- 	pytest
+ [testenv]  # tox
+ deps =
+     pytest
 -commands = pytest {posargs:"-m not download"}
 +commands = python -m pytest {posargs:"-m not download"}
  passenv = HOME  # For test_compat_expanduser
- setenv = 
- 
+ setenv =
+     # PYTHONWARNINGS = error  # Catches PIP's warnings too

--
Gitblit v1.9.3