From fc4a21e491f615569b70aad03fd04027b99adfa1 Mon Sep 17 00:00:00 2001 From: Gabor SZOLLOSI Date: Mon, 2 Oct 2017 08:05:24 +0200 Subject: [PATCH] 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 --- homeassistant/components/raspihats.py | 3 ++- requirements_all.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/raspihats.py b/homeassistant/components/raspihats.py index 3ab433f4b91..e9d65b85c81 100644 --- a/homeassistant/components/raspihats.py +++ b/homeassistant/components/raspihats.py @@ -12,7 +12,8 @@ from homeassistant.const import ( 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 966c7432302..911261115f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -865,7 +865,7 @@ radiotherm==1.3 raincloudy==0.0.1 # homeassistant.components.raspihats -# raspihats==2.2.1 +# raspihats==2.2.3 # homeassistant.components.switch.rainmachine regenmaschine==0.4.1 @@ -934,6 +934,7 @@ sleekxmpp==1.3.2 # homeassistant.components.sleepiq sleepyq==0.6 +# homeassistant.components.raspihats # homeassistant.components.sensor.bh1750 # homeassistant.components.sensor.bme280 # homeassistant.components.sensor.envirophat