New issue by Samueru-sama on void-packages repository https://github.com/void-linux/void-packages/issues/47911 Description: ### Is this a new report? Yes ### System Info Void 6.6.8_1 x86_64 GenuineIntel uptodate rrrmFFFF ### Package(s) Affected puddletag-2.0.1_5 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour The program should just run. ### Actual behaviour This is what I get when trying to run it: ``` puddletag Version: 2.0.1 Locale: en_US Traceback (most recent call last): File "/usr/bin/puddletag", line 333, in from puddlestuff.puddletag import MainWin File "/usr/lib/python3.12/site-packages/puddlestuff/puddletag.py", line 12, in from . import mainwin File "/usr/lib/python3.12/site-packages/puddlestuff/mainwin/__init__.py", line 4, in from . import dirview File "/usr/lib/python3.12/site-packages/puddlestuff/mainwin/dirview.py", line 12, in from ..tagmodel import has_previews File "/usr/lib/python3.12/site-packages/puddlestuff/tagmodel.py", line 31, in from .audio_filter import parse as filter_audio File "/usr/lib/python3.12/site-packages/puddlestuff/audio_filter.py", line 183, in bool_expr = operatorPrecedence(tokens, bool_exprs) ^^^^^^^^^^^^^^^^^^ NameError: name 'operatorPrecedence' is not defined ``` ### Steps to reproduce Install puddletag and run it