From e3837f2a42610c107600f6d5d3e732af710237e3 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 27 2021 00:17:38 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- diff --git a/meson.build b/meson.build index 49f4ea7..eee8584 100644 --- a/meson.build +++ b/meson.build @@ -145,7 +145,7 @@ python3_available_modules = [] foreach module, required : python3_test_modules if required and run_command(python3, '-c', 'import @0@'.format(module)).returncode() != 0 - warning('Python3 module \'' + module + '\' required by test suite not found') + error('Python3 module \'' + module + '\' required by test suite not found') endif endforeach