mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix ldap lib loading after apt install
This commit is contained in:
parent
1b7aca130b
commit
2f68a1d476
2 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ class LdapBinary(BaseBinary):
|
|||
"packages": lambda: ['python-ldap>=3.4.3', 'django-auth-ldap>=4.1.0'],
|
||||
},
|
||||
apt.name: {
|
||||
"abspath": lambda: get_LDAP_LIB_path(SYS_SITE_PACKAGES),
|
||||
"abspath": lambda: get_LDAP_LIB_path((*USER_SITE_PACKAGES, *SYS_SITE_PACKAGES)),
|
||||
"version": lambda: get_LDAP_LIB_version(),
|
||||
"packages": lambda: ['libssl-dev', 'libldap2-dev', 'libsasl2-dev', 'python3-ldap', 'python3-msgpack', 'python3-mutagen'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue