2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[Fix] Install Python Ldap dependencies during bench installation

This commit is contained in:
shreyas 2016-10-06 14:58:31 +05:30
parent 9fd73a738e
commit 4f92aa1026
3 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,10 @@
- libtiff-devel
- tcl-devel
- tk-devel
# Python LDAP
- openldap-devel
become: yes
become_user: root

View File

@ -52,6 +52,10 @@
# Ensure apt-transport-https
- apt-transport-https
# Python LDAP
- libsasl2-dev
- libldap2-dev
become: yes
become_user: root

View File

@ -37,6 +37,10 @@
# Ensure apt-transport-https
- apt-transport-https
# Python LDAP
- libsasl2-dev
- libldap2-dev
become: yes
become_user: root