Refreshing meson-nose2.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ee6621a5b2
commit
73c781540f
1 changed files with 4 additions and 4 deletions
8
debian/patches/debian/0001-meson-nose2.patch
vendored
8
debian/patches/debian/0001-meson-nose2.patch
vendored
|
@ -4,12 +4,12 @@ Description: Updating meson to find /usr/bin/nose2-3 (python3).
|
||||||
diff -Naurp nvme-cli.orig/tests/meson.build nvme-cli/tests/meson.build
|
diff -Naurp nvme-cli.orig/tests/meson.build nvme-cli/tests/meson.build
|
||||||
--- nvme-cli.orig/tests/meson.build
|
--- nvme-cli.orig/tests/meson.build
|
||||||
+++ nvme-cli/tests/meson.build
|
+++ nvme-cli/tests/meson.build
|
||||||
@@ -30,7 +30,7 @@ tests = [
|
@@ -31,7 +31,7 @@ tests = [
|
||||||
'nvme_get_lba_status_test.py',
|
'nvme_ctrl_reset_test.py',
|
||||||
]
|
]
|
||||||
|
|
||||||
-runtests = find_program('nose2', required : false)
|
-runtests = find_program('nose2', required : false)
|
||||||
+runtests = find_program('nose2-3', required : false)
|
+runtests = find_program('nose2-3', required : false)
|
||||||
|
|
||||||
if meson.version().version_compare('>= 0.56')
|
if meson.version().version_compare('>= 0.56')
|
||||||
nvmecli_path = meson.project_build_root()
|
nvmecli_path = meson.project_build_root()
|
||||||
|
|
Loading…
Add table
Reference in a new issue