You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
388 B
Diff
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',
|