Files
2024-01-28 00:52:25 -05:00

12 lines
388 B
Diff

--- tests/meson.build 2023-10-27 22:08:20.000000000 +0800
+++ tests/meson.build 2024-01-28 12:50:08.000000000 +0800
@@ -9,7 +9,7 @@
python = import('python')
-python3 = python.find_installation('python3', required: false)
+python3 = python.find_installation('@PYTHON@', required: false)
if python3.found()
tests = {
'export-import': 'test_osinfo_db_export_import.py',