mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
[Fix] Install Python Ldap dependencies during bench installation
This commit is contained in:
parent
9fd73a738e
commit
4f92aa1026
@ -41,6 +41,10 @@
|
|||||||
- libtiff-devel
|
- libtiff-devel
|
||||||
- tcl-devel
|
- tcl-devel
|
||||||
- tk-devel
|
- tk-devel
|
||||||
|
|
||||||
|
# Python LDAP
|
||||||
|
- openldap-devel
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
@ -52,6 +52,10 @@
|
|||||||
# Ensure apt-transport-https
|
# Ensure apt-transport-https
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
|
|
||||||
|
# Python LDAP
|
||||||
|
- libsasl2-dev
|
||||||
|
- libldap2-dev
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
@ -37,6 +37,10 @@
|
|||||||
# Ensure apt-transport-https
|
# Ensure apt-transport-https
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
|
|
||||||
|
# Python LDAP
|
||||||
|
- libsasl2-dev
|
||||||
|
- libldap2-dev
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user