meson: Remove dangling pythonmod line

It should be present in the previous commit...
This commit is contained in:
Bruno Lopes 2026-01-02 15:18:56 -03:00
parent 9be1af2b1a
commit e03ac3a9ee

View file

@ -1124,7 +1124,6 @@ perl = find_program('perl5', 'perl', 'perl5.005', 'perl5.004', 'perl')
python3_minver = '>=3.6'
python = pythonmod.find_installation('python3', required: true)
message('Found Python @0@'.format(python.language_version()))
if not python.language_version().version_compare(python3_minver)