summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-meson-nose2.patch
blob: 19bcc0e48e133493b461932ba70436bea9c243f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Updating meson to find /usr/bin/nose2-3 (python3).

diff -Naurp nvme-cli.orig/tests/meson.build nvme-cli/tests/meson.build
--- nvme-cli.orig/tests/meson.build
+++ nvme-cli/tests/meson.build
@@ -24,7 +24,7 @@ tests = [
   'nvme_get_lba_status_test',
 ]
 
-runtests = find_program('nose2', required : false)
+runtests = find_program('nose2-3', required : false)
 
 if runtests.found()
   foreach t : tests