mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
zzz
This commit is contained in:
parent
23fde14933
commit
7c010caf03
2 changed files with 2 additions and 2 deletions
|
@ -69,4 +69,4 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = ["python3", "python3-venv"]
|
||||
packages = ["python3", "python3-venv", "python3-dev"]
|
||||
|
|
|
@ -18,7 +18,7 @@ ynh_sync_admin_user_to_wekan() {
|
|||
ynh_add_config --template="add_admin_user.py" --destination="$tmp/add_admin_user.py"
|
||||
|
||||
python3 -m venv $tmp
|
||||
$tmp/bin/pip install pymongo python-ldap environs python3-dev
|
||||
$tmp/bin/pip install pymongo python-ldap environs
|
||||
|
||||
source "$install_dir/.env"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue