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
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if [ -d python-openzwave ]; then
git pull --recurse-submodules=yes
git submodule update --init --recursive
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
fi
@ -29,4 +29,4 @@ PYTHON_EXEC=`which python3` make build
PYTHON_EXEC=`which python3` make install
mkdir -p /usr/local/share/python-openzwave
cp -R openzwave/config /usr/local/share/python-openzwave/config
cp -R openzwave/config /usr/local/share/python-openzwave/config