New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/40434#issuecomment-1318622221 Comment: @paper42 not necessary ``` ./upgrade.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), True) ./testpage.py: (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./align.py: (INTERACTIVE_MODE, GUI_MODE), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./makecopies.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), False, False, True) ./diagnose_queues.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), ./uiscan.py:mod = module.Module(__mod__, __title__, __version__, __doc__, None, (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./toolbox.py: (GUI_MODE,), (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./fab.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./clean.py: (INTERACTIVE_MODE, GUI_MODE), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./plugin.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), True) ./diagnose_plugin.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), True) ./print.py: (GUI_MODE,), (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./systray.py: (GUI_MODE,), (UI_TOOLKIT_QT5, UI_TOOLKIT_QT4, UI_TOOLKIT_QT3)) ./wificonfig.py: (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./base/codes.py:UI_TOOLKIT_QT5 = 2 ./base/module.py: self.installed_ui_toolkits.append(UI_TOOLKIT_QT5) ./base/module.py: (UI_TOOLKIT_QT5 in self.supported_ui_toolkits and self.default_ui_toolkit == 'qt5' and UI_TOOLKIT_QT5 in self.installed_ui_toolkits): ./base/module.py: if UI_TOOLKIT_QT5 in self.supported_ui_toolkits and UI_TOOLKIT_QT5 in self.installed_ui_toolkits: ./base/module.py: if UI_TOOLKIT_QT5 in self.supported_ui_toolkits and UI_TOOLKIT_QT5 in self.installed_ui_toolkits: ./base/module.py: if UI_TOOLKIT_QT5 in self.supported_ui_toolkits and UI_TOOLKIT_QT5 in self.installed_ui_toolkits: ./base/module.py: UI_TOOLKIT_QT5 in self.supported_ui_toolkits and prop.gui_build and \ ./base/module.py: UI_TOOLKIT_QT5 in self.installed_ui_toolkits: ./pqdiag.py: (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), False, False, True) ./doctor.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), True) ./printsettings.py: (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./devicesettings.py: (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./firmware.py: (UI_TOOLKIT_QT5, UI_TOOLKIT_QT4, UI_TOOLKIT_QT3), True, True) ./info.py: (INTERACTIVE_MODE, GUI_MODE), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), ./check-plugin.py: (INTERACTIVE_MODE, GUI_MODE), (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), run_as_root_ok=True, quiet=True) ./faxsetup.py: (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ./setup.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5), ./sendfax.py: (UI_TOOLKIT_QT3, UI_TOOLKIT_QT4, UI_TOOLKIT_QT5)) ```