update python-openzwave version to 0.3.3

This commit is contained in:
Pascal Vizeli 2017-04-18 21:56:52 +02:00
parent fdc7cfabfe
commit a9f77274e0

View file

@ -17,7 +17,7 @@ RUN pip3 install --no-cache-dir cython==0.25.2
RUN git clone https://github.com/OpenZWave/python-openzwave \
&& cd python-openzwave \
&& git checkout v0.3.2 \
&& git checkout v0.3.3 \
&& make build \
&& make install \
&& mkdir -p /usr/local/share/python-openzwave \
@ -30,7 +30,7 @@ RUN git clone https://github.com/OpenZWave/python-openzwave \
# install home-assistant
COPY requirements_all.txt /tmp/requirements_all.txt
RUN ln -s /usr/include/locale.h /usr/include/xlocale.h
RUN pip3 install --no-cache-dir -r /tmp/requirements_all.txt
RUN pip3 install --no-cache-dir -r /tmp/requirements_all.txt
RUN pip3 install --no-cache-dir cchardet uvloop homeassistant==%%HASS_VERSION%%
# Run hass