Clean up python plugin configuration

Removed commented-out code for the python plugin.
This commit is contained in:
deepend-tildeclub
2026-01-08 13:04:30 -07:00
committed by GitHub
parent a1ed2b1bed
commit 2d004b1f55

View File

@@ -30,11 +30,9 @@ if get_option('with-perl') != 'false'
subdir('perl') subdir('perl')
endif endif
# Disable broken python plugin for 2.17.0. if get_option('with-python') != 'false'
subdir('python')
# if get_option('with-python') != 'false' endif
# subdir('python')
# endif
if get_option('with-sysinfo') if get_option('with-sysinfo')
subdir('sysinfo') subdir('sysinfo')