From 3df02058fb3d48a999bbc8d5d56c2910fbc249a4 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 24 Mar 2024 23:37:14 +0100
Subject: [PATCH] meld: update to 3.22.2

---
 components/python/typeguard/patches/01-pytest-indirectly.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/components/python/typeguard/patches/01-pytest-indirectly.patch b/components/python/typeguard/patches/01-pytest-indirectly.patch
new file mode 100644
index 0000000..aca635e
--- /dev/null
+++ b/components/python/typeguard/patches/01-pytest-indirectly.patch
@@ -0,0 +1,11 @@
+--- typeguard-4.2.1/pyproject.toml.orig
++++ typeguard-4.2.1/pyproject.toml
+@@ -104,7 +104,7 @@
+ 
+ [testenv]
+ extras = test
+-commands = coverage run -m pytest {posargs}
++commands = python -m coverage run -m pytest {posargs}
+ package = editable
+ 
+ [testenv:docs]

--
Gitblit v1.9.3