raspihats: unmet dependency fix (#9638)

* raspihats: update to 2.2.3 (deps fix)

Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency
Fixes #9547

* raspihats: update to 2.2.3, smbus-cffi dependency

Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency
Fixes #9547

* raspihats: update to 2.2.3

* raspihats: update to 2.2.3, smbus-cffi dependency

* raspihats: update to 2.2.3, smbus-cffi dependency

* raspihats: update to 2.2.3 (deps fix)

Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency
Fixes #9547

* raspihats: update to 2.2.3, smbus-cffi dependency
This commit is contained in:
Gabor SZOLLOSI 2017-10-02 08:05:24 +02:00 committed by Paulus Schoutsen
parent 70c8970555
commit fc4a21e491
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP
) )
REQUIREMENTS = ['raspihats==2.2.1'] REQUIREMENTS = ['raspihats==2.2.3',
'smbus-cffi==0.5.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -865,7 +865,7 @@ radiotherm==1.3
raincloudy==0.0.1 raincloudy==0.0.1
# homeassistant.components.raspihats # homeassistant.components.raspihats
# raspihats==2.2.1 # raspihats==2.2.3
# homeassistant.components.switch.rainmachine # homeassistant.components.switch.rainmachine
regenmaschine==0.4.1 regenmaschine==0.4.1
@ -934,6 +934,7 @@ sleekxmpp==1.3.2
# homeassistant.components.sleepiq # homeassistant.components.sleepiq
sleepyq==0.6 sleepyq==0.6
# homeassistant.components.raspihats
# homeassistant.components.sensor.bh1750 # homeassistant.components.sensor.bh1750
# homeassistant.components.sensor.bme280 # homeassistant.components.sensor.bme280
# homeassistant.components.sensor.envirophat # homeassistant.components.sensor.envirophat