1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

python option needs python3-venv package

This commit is contained in:
lapineige 2023-10-29 14:57:50 +01:00 committed by Alexandre Aubin
parent e785764d7d
commit 2b0013a4dd

View file

@ -157,7 +157,7 @@ ram.runtime = "50M"
# This will automatically install/uninstall the following apt packages
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
{% endif -%}
packages = "{{ parameters['dependencies'] }} {% if parameters['use_db'] != 'false' -%} {{ parameters['use_db'] }} {% endif -%}"
packages = "{{ parameters['dependencies'] }} {% if parameters['use_db'] != 'false' -%} {{ parameters['use_db'] }} {% endif -%} {% if parameters['use_python'] -%} python3-venv {% endif -%}"
{% endif -%}
{% if parameters['tutorial'] -%}