Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 639379d

Browse files
authored
Merge pull request #22 from linuxserver/broadlink-master
Add dependencies for BroadlinkRM2 plugin
2 parents 98a4136 + 2d447e1 commit 639379d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ RUN \
9898
-Wno-dev && \
9999
make && \
100100
make install && \
101+
echo "**** install BroadlinkRM2 plugin dependencies ****" && \
102+
git clone https://github.com/mjg59/python-broadlink.git /tmp/python-broadlink && \
103+
cd /tmp/python-broadlink && \
104+
git checkout 8bc67af6 && \
105+
pip3 install --no-cache-dir . && \
106+
pip3 install --no-cache-dir pyaes && \
101107
echo "**** determine runtime packages using scanelf ****" && \
102108
RUNTIME_PACKAGES="$( \
103109
scanelf --needed --nobanner /var/lib/domoticz/domoticz \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The user manual is available at [www.domoticz.com][appurl]
107107

108108
## Versions
109109

110+
+ **03.04.18:** Add dependencies for BroadlinkRM2 plugin.
110111
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
111112
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
112113
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.

0 commit comments

Comments
 (0)