python3Packages.labgrid: fix test_help under python 3.14

This commit is contained in:
Harinn
2026-05-10 21:16:31 +07:00
parent 9f15025aa9
commit 54eedc1c57
@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
fetchpatch2,
grpcio,
grpcio-tools,
grpcio-reflection,
@@ -53,6 +54,11 @@ buildPythonPackage rec {
url = "https://github.com/Emantor/labgrid/commit/f0b672afe1e8976c257f0adff9bf6e7ee9760d6f.patch";
sha256 = "sha256-M7rg+W9SjWDdViWyWe3ERzbUowxzf09c4w1yG3jQGak=";
})
# Fix test_help under python 3.14 argparse colored output.
(fetchpatch2 {
url = "https://github.com/labgrid-project/labgrid/commit/417ace60b9dc043767afb312113a02bcb0807b17.patch";
hash = "sha256-72nMGSVnKc7hq1B3EukbqOjMSj9xcXpu1eOlXnMUo1w=";
})
];
build-system = [