Dbus-python not found when installed from pkcon

By looking at the script, I think it fails here

try:
    import dbus
except ImportError:
    print("WARNING: Cannot import the dbus module - please install dbus-python!")
    debug("Cannot import the dbus module")
    NM_AVAILABLE = False