Commit 28ce9b37 authored by Jérome Perrin's avatar Jérome Perrin

stack/lamp: use python 3 at lamp stack level

This changes software/nextcloud to be python3 and software/matomo no
longer need to explicitly use python3 anymore.
parent 19498bbe
...@@ -17,10 +17,6 @@ parts = ...@@ -17,10 +17,6 @@ parts =
# to create file instance.cfg of all instances # to create file instance.cfg of all instances
instance instance
#to make sure we use python3
[python]
part = python3
# download bas # download bas
# inherited by modules that need to download files # inherited by modules that need to download files
[matomo-download] [matomo-download]
......
...@@ -38,6 +38,9 @@ url = ${:_profile_base_location_}/${:filename} ...@@ -38,6 +38,9 @@ url = ${:_profile_base_location_}/${:filename}
[application] [application]
recipe = slapos.recipe.build:download-unpacked recipe = slapos.recipe.build:download-unpacked
[python]
part = python3
#---------------- #----------------
#-- #--
#-- Optional part allowing applications using this stack to run a custom #-- Optional part allowing applications using this stack to run a custom
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment