Skip to content

testing/cura: fix missing py3-qt6 dependency

Rosie Keith Languet requested to merge (removed):master into master

Previously, running cura yields the following error on my system:

File "/usr/bin/cura", line 23, in <module>
    from PyQt6.QtNetwork import QSslConfiguration, QSslSocket
ModuleNotFoundError: No module named 'PyQt6'

Merge request reports