Upgrade libsoundtouch to prevent Python3.6 errors with enum. #7733 #8103 (#8143)

This commit is contained in:
Charles Blonde 2017-06-21 22:20:30 +02:00 committed by Fabian Affolter
parent bb05600010
commit 9a239d1afb
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ from homeassistant.const import (CONF_HOST, CONF_NAME, STATE_OFF, CONF_PORT,
STATE_PAUSED, STATE_PLAYING, STATE_PAUSED, STATE_PLAYING,
STATE_UNAVAILABLE) STATE_UNAVAILABLE)
REQUIREMENTS = ['libsoundtouch==0.3.0'] REQUIREMENTS = ['libsoundtouch==0.6.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -351,7 +351,7 @@ libpurecoollink==0.1.5
librouteros==1.0.2 librouteros==1.0.2
# homeassistant.components.media_player.soundtouch # homeassistant.components.media_player.soundtouch
libsoundtouch==0.3.0 libsoundtouch==0.6.1
# homeassistant.components.light.lifx_legacy # homeassistant.components.light.lifx_legacy
liffylights==0.9.4 liffylights==0.9.4

View File

@ -65,7 +65,7 @@ influxdb==3.0.0
libpurecoollink==0.1.5 libpurecoollink==0.1.5
# homeassistant.components.media_player.soundtouch # homeassistant.components.media_player.soundtouch
libsoundtouch==0.3.0 libsoundtouch==0.6.1
# homeassistant.components.sensor.mfi # homeassistant.components.sensor.mfi
# homeassistant.components.switch.mfi # homeassistant.components.switch.mfi