1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
Mateusz 2024-08-21 22:14:37 +02:00
parent 23fde14933
commit 7c010caf03
2 changed files with 2 additions and 2 deletions

View file

@ -69,4 +69,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = ["python3", "python3-venv"]
packages = ["python3", "python3-venv", "python3-dev"]

View file

@ -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"