i@clr~ $ python
Python 3.12.5 (main, Aug 7 2024, 09:50:29) [GCC 14.2.1 20240805 releases/gcc-14.2.0-32-geccf707e5c] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cupshelpers
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cupshelpers'
>>> exit()
the answer is to move the cupshelpers folders up one as per the related issue. Afterwards, printer is detected quite flawlessly. Here I take fix from src.fedora into autospec
Related to https://github.com/clearlinux/distribution/issues/2534
the answer is to move the
cupshelpers
folders up one as per the related issue. Afterwards, printer is detected quite flawlessly. Here I take fix from src.fedora into autospecAutospec Notes - for-review.txt
build_prepend - taken from system-config-printer.spec