From edebd1588f45f62ea6b0e73f55176b90a39e9237 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Mon, 5 Sep 2022 13:50:10 +0200 Subject: [PATCH] some mroe homassistant deps --- bundles/homeassistant/metadata.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bundles/homeassistant/metadata.py b/bundles/homeassistant/metadata.py index 9067a4c..8a828aa 100644 --- a/bundles/homeassistant/metadata.py +++ b/bundles/homeassistant/metadata.py @@ -1,9 +1,20 @@ defaults = { 'apt': { 'packages': { + 'python3': {}, 'python3-dev': {}, 'python3-pip': {}, 'python3-venv': {}, + 'libffi-dev': {}, + 'libssl-dev': {}, + 'libjpeg-dev': {}, + 'zlib1g-dev': {}, + 'autoconf': {}, + 'build-essential': {}, + 'libopenjp2-7': {}, + 'libtiff5': {}, + 'libturbojpeg0-dev': {}, + 'tzdata': {}, }, }, }