New issue by alandiwix on void-packages repository https://github.com/void-linux/void-packages/issues/33700 Description: See https://bugs.launchpad.net/hplip/+bug/1933973 There are several issues in hplip codebase, the one I encounter personally is: ``` Scanning... Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/share/hplip/scan/sane.py", line 548, in run st, t = self.dev.readScan(readbuffer) SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats Reading data: [\ ``` The error ``` SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats ``` is common among those. Some other distributions managed to solve that, Fedora's patch for example: https://launchpadlibrarian.net/546031954/hplip-pyssizet_clean.patch Is it possible to do the same in Void?