2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

Merge pull request #325 from shreyasp/python-ldap-fixes

[Fix] Install Python Ldap dependencies during bench installation
This commit is contained in:
Nabin Hait 2016-10-06 16:54:13 +05:30 committed by GitHub
commit 015c8d756f
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