mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Right fix for Python Open Z-Wave in Docker (#7337)
This commit is contained in:
parent
e6a690558b
commit
6750e33525
@ -16,14 +16,12 @@ cd build
|
|||||||
|
|
||||||
if [ -d python-openzwave ]; then
|
if [ -d python-openzwave ]; then
|
||||||
cd python-openzwave
|
cd python-openzwave
|
||||||
git pull --recurse-submodules=yes
|
git checkout v0.3.3
|
||||||
git submodule update --init --recursive
|
|
||||||
else
|
else
|
||||||
git clone --branch python3 --recursive --depth 1 https://github.com/OpenZWave/python-openzwave.git
|
git clone --branch v0.3.3 --recursive --depth 1 https://github.com/OpenZWave/python-openzwave.git
|
||||||
cd python-openzwave
|
cd python-openzwave
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout python3
|
|
||||||
pip3 install --upgrade cython==0.24.1
|
pip3 install --upgrade cython==0.24.1
|
||||||
PYTHON_EXEC=`which python3` make build
|
PYTHON_EXEC=`which python3` make build
|
||||||
PYTHON_EXEC=`which python3` make install
|
PYTHON_EXEC=`which python3` make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user