jrouleau / bluetooth-autoconnect

A linux command line tool to automatically connect to all paired and trusted bluetooth devices.
MIT License
213 stars 41 forks source link

Missing dependency #1

Closed RyanScottLewis closed 5 years ago

RyanScottLewis commented 5 years ago
Traceback (most recent call last):
  File "/usr/bin/bluetooth-autoconnect", line 12, in <module>
    from gi.repository import GLib
ModuleNotFoundError: No module named 'gi.repository'

Fix was to add python-gobject to the PKGBUILD dependencies.

jrouleau commented 5 years ago

I've updated the PKGBUILD on the AUR. Thanks!