Skip to content
Snippets Groups Projects
Commit a3c49f11 authored by jkerdreu's avatar jkerdreu
Browse files

Backport from trunk

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2403 b32b6428-25c9-4566-ad07-03861ab6144f
parent d06c4ea2
Branches
No related tags found
No related merge requests found
from gevent import monkey; monkey.patch_all()
import gevent
from xaal.lib import tools,Device
from .network import AqaraConnector,AqaraDiscovery
......
......@@ -6,7 +6,7 @@ RUN pip3 install --upgrade pip
# due to a bug in current ujson on alpine, we need to use the git
RUN pip3 install git+git://github.com/esnme/ultrajson.git
RUN svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/trunk /root/xaal_svn
RUN svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/branches/0.7 /root/xaal_svn
RUN cd /root/xaal_svn && python3 ./install.py
RUN mkdir /root/.xaal/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment