Fails to build with error: "/usr/bin/python3" ./setup.py "${@}" Traceback (most recent call last): File "/var/tmp/portage/app-accessibility/brltty-6.5-r1/work/brltty-6.5/Bindings/Python/./setup.py", line 21, in <module> from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' Reproducible: Always
Created attachment 861119 [details] app-accessibility:brltty-6.5-r1:20230504-092608.log
Created attachment 861120 [details] emerge --info brltty
I think I found the problem. Even though brltty was emerged with PYTHON_TARGETS="python3_11 -python3_10", it apparently used the default system interpreter, which at the time was set to python 3.10. Some hack is needed so it calls the right python interpreter (python3.11) and not the global one (python).