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:
parent
e785764d7d
commit
2b0013a4dd
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ ram.runtime = "50M"
|
||||||
# This will automatically install/uninstall the following apt packages
|
# 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)
|
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
||||||
{% endif -%}
|
{% 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 -%}
|
{% endif -%}
|
||||||
|
|
||||||
{% if parameters['tutorial'] -%}
|
{% if parameters['tutorial'] -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue