Blame SOURCES/0001-disable-test-dependencies.patch

43435a
diff --git a/meson.build b/meson.build
43435a
index c1f40f3..c80fb9d 100644
43435a
--- a/meson.build
43435a
+++ b/meson.build
43435a
@@ -141,7 +141,7 @@ python3_available_modules = []
43435a
 
43435a
 foreach module, required : python3_test_modules
43435a
     if required and run_command(python3, '-c', 'import @0@'.format(module)).returncode() != 0
43435a
-        error('Python3 module \'' + module + '\' required by test suite not found')
43435a
+        warning('Python3 module \'' + module + '\' required by test suite not found')
43435a
     endif
43435a
 endforeach
43435a