From 4d68365e863a5e35396fd2a15e7f7727d9550a40 Mon Sep 17 00:00:00 2001 From: Niccolo Zapponi Date: Mon, 21 Sep 2020 22:22:04 +0100 Subject: [PATCH] Add missing dependency (#14581) It seems like `libopenjp2-7` is a new dependency for version 0.115.2. We should document it --- source/_docs/installation/raspberry-pi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index 4c35a00dd49..a10140bc7bf 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -41,7 +41,7 @@ sudo apt-get upgrade -y Install the dependencies. ```bash -sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential +sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential libopenjp2-7 ``` Add an account for Home Assistant Core called `homeassistant`.