From 7fae8e733b929bb8ecbba50b4402c00b70df5784 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Feb 2025 12:18:39 +0100 Subject: [PATCH] Refreshing meson-nose2.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-meson-nose2.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/debian/0002-meson-nose2.patch b/debian/patches/debian/0002-meson-nose2.patch index 914f5a3..4929c6a 100644 --- a/debian/patches/debian/0002-meson-nose2.patch +++ b/debian/patches/debian/0002-meson-nose2.patch @@ -11,5 +11,5 @@ diff -Naurp nvme-cli.orig/tests/meson.build nvme-cli/tests/meson.build -runtests = find_program('nose2', required : false) +runtests = find_program('nose2-3', required : false) - if runtests.found() - foreach file : infra + tests + if meson.version().version_compare('>= 0.56') + nvmecli_path = meson.project_build_root()