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

added python3-venv to dependencies

This commit is contained in:
SolAZDev 2023-09-05 13:37:21 -04:00
parent 1157b0d98c
commit fb3269df4d

View file

@ -102,4 +102,4 @@ ram.runtime = "50M"
[resources.apt]
# This will automatically install/uninstall the following apt packages
packages = "ca-certificates curl python3 python3-dev libcurl4-openssl-dev gcc libssl-dev ffmpeg v4l-utils libssl-dev libcurl4-openssl-dev libjpeg-dev zlib1g-dev libffi-dev libzbar-dev libzbar0"
packages = "ca-certificates curl python3 python3-dev python3-venv libcurl4-openssl-dev gcc libssl-dev ffmpeg v4l-utils libssl-dev libcurl4-openssl-dev libjpeg-dev zlib1g-dev libffi-dev libzbar-dev libzbar0"