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

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