From 8af4a7395a53c95ac327059278f3b84e04469650 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Nov 2022 19:31:20 +0100 Subject: Refreshing meson-nose2.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-meson-nose2.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches/debian') 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() -- cgit v1.2.3