Page MenuHomePhabricator

Install python-ldap dependencies in python k8s image
Closed, ResolvedPublic

Description

The python-ldap project is unable to provide wheels because it's not compatible with the manylinux1 format: https://github.com/python-ldap/python-ldap/issues/191#issuecomment-375308846

According to https://www.python-ldap.org/en/latest/installing.html#build-prerequisites the necessary dependencies are: libldap2-dev libsasl2-dev.

This is needed by the ldap tool to move away from gridengine and onto k8s.

Event Timeline

Legoktm triaged this task as Medium priority.Aug 19 2018, 8:44 AM
Legoktm created this task.

Change 453665 had a related patch set uploaded (by Legoktm; owner: Legoktm):
[operations/docker-images/toollabs-images@master] python: Install dependencies for python-ldap

https://gerrit.wikimedia.org/r/453665

Change 453665 merged by jenkins-bot:
[operations/docker-images/toollabs-images@master] python: Install dependencies for python-ldap

https://gerrit.wikimedia.org/r/453665

Legoktm claimed this task.