1
mirror of https://github.com/home-assistant/core synced 2024-07-21 14:24:50 +02:00

Fix broken docker build (#7316)

* Fix broken docker build

python3 branch

* Update python_openzwave
This commit is contained in:
John Arild Berentsen 2017-04-27 10:00:07 +02:00 committed by Paulus Schoutsen
parent d1121478ab
commit ce63bb0842

View File

@ -19,7 +19,7 @@ if [ -d python-openzwave ]; then
git pull --recurse-submodules=yes git pull --recurse-submodules=yes
git submodule update --init --recursive git submodule update --init --recursive
else else
git clone --branch python3 --recursive --depth 1 https://github.com/OpenZWave/python-openzwave.git git clone --branch python3 --recursive --depth 1 https://github.com/casaiq/python-openzwave/commit/4294892d7e6fca77f118ef5ac0826227d3270a46
cd python-openzwave cd python-openzwave
fi fi