setup.py: add optional PyGObject dependency

This commit is contained in:
Carl Suster 2019-04-27 13:43:58 +10:00
parent 75f8372a89
commit 86a0f04f26

View file

@ -142,6 +142,8 @@ setup(
(['pathlib'] if (sys.version_info < (3, 4, 0)) else []),
'metasync': ['dbus-python'],
'sonosupdate': ['soco'],
'bpd': ['PyGObject'],
'replaygain': ['PyGObject'],
},
# Non-Python/non-PyPI plugin dependencies:
# chroma: chromaprint or fpcalc