From: Michael Tokarev 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" }