mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
setup.py: add optional PyGObject dependency
This commit is contained in:
parent
75f8372a89
commit
86a0f04f26
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue