Add GObject dependency to setup.py

key-mapper needs gi, GLib, and Gtk at runtime; this ensures that the
former, provided by PyGObject, is available.

Signed-off-by: Stephen Kitt <steve@sk2.org>
xkb
Stephen Kitt 3 years ago committed by sezanzeb
parent 8329abf7d1
commit 38503df837

@ -81,7 +81,8 @@ setup(
install_requires=[
'setuptools',
'evdev',
'pydbus'
'pydbus',
'pygobject',
],
cmdclass={
'install': Install,

Loading…
Cancel
Save