mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
python option needs python3-venv package
This commit is contained in:
parent
3b856ec6e5
commit
b275daa0d3
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