The official ouimeaux package is no longer maintained. Use the maitained fork instead
This commit is contained in:
parent
59d976d681
commit
65ef7ca027
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ bcrypt
|
|||
# python-mpd2
|
||||
|
||||
# Belkin WeMo Switch plugin support
|
||||
# ouimeaux
|
||||
# git+https://github.com/iancmcc/ouimeaux
|
||||
|
||||
# Google Assistant support
|
||||
# google-assistant-sdk
|
||||
|
|
2
setup.py
2
setup.py
|
@ -146,7 +146,7 @@ setup(
|
|||
'Support for PDF generation': ['weasyprint'],
|
||||
'Support for Philips Hue plugin': ['phue'],
|
||||
'Support for MPD/Mopidy music server plugin': ['python-mpd2'],
|
||||
'Support for Belkin WeMo Switch plugin': ['ouimeaux'],
|
||||
'Support for Belkin WeMo Switch plugin': ['git+https://github.com/iancmcc/ouimeaux'],
|
||||
'Support for text2speech plugin': ['mplayer'],
|
||||
'Support for OMXPlayer plugin': ['omxplayer'],
|
||||
'Support for YouTube in the OMXPlayer plugin': ['youtube-dl'],
|
||||
|
|
Loading…
Reference in a new issue