wpgtk
wpgtk copied to clipboard
Include typelib-1_0-LibvirtGObject as a dependency for OpenSUSE
Hi, I have this installed on both Fedora and OpenSUSE Tumbleweed. In Tumbleweed its not a system package and I needed another package to get it working. It was throwing an error:
from gi import require_version
ModuleNotFoundError: No module named 'gi'
The error went away when I installed this package: typelib-1_0-LibvirtGObject
Note: python3*-gobject was installed but this additional package was needed to get it working in OpenSUSE.