1
0
Fork 0
qemu/debian/patches/disable-pycotap.patch
Daniel Baumann 665688c177
Adding debian version 1:10.0.2+ds-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:18 +02:00

16 lines
516 B
Diff

From: Michael Tokarev <mjt@tls.msk.ru>
Subject: disable pycotap for now
Date: Fri, 27 Dec 2024 13:23:28 +0300
Forwarded: not-needed
pycotap is only needed for functional tests.
Disable it for now for building qemu.
diff --git a/pythondeps.toml b/pythondeps.toml
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -22,3 +22,3 @@
meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" }
-pycotap = { accepted = ">=1.1.0", installed = "1.3.1" }
+#pycotap = { accepted = ">=1.1.0", installed = "1.3.1" }