1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Use right ldap lib.

This commit is contained in:
Mateusz 2024-08-21 21:51:29 +02:00
parent 997c66fd05
commit 329cba6dce

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 ldap3 environs
$tmp/bin/pip install pymongo python-ldap environs
source "$install_dir/.env"