1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Update homeassistant version & python version

This commit is contained in:
ewilly 2021-01-18 10:22:25 +01:00
parent 274c123284
commit 137e51f551

View file

@ -3,14 +3,14 @@
#
# Release to install
VERSION=0.117.6
VERSION=2021.1.4
# Package dependencies
PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5"
# Requirements (Major.Minor.Patch)
# PY_VERSION=$(curl -s "https://www.python.org/ftp/python/" | grep ">3.8" | tail -n1 | cut -d '/' -f 2 | cut -d '>' -f 2)
PY_REQUIRED_VERSION=3.8.6
PY_REQUIRED_VERSION=3.8.7
# Execute a command as another user
# usage: exec_as USER COMMAND [ARG ...]