Azure CI: temporarily add libldap_r.so symlink for python-ldap PIP use

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Alexander Bokovoy 2022-02-15 14:19:56 +02:00
parent 64bbf31fd8
commit 6a086eb220

View File

@ -2,5 +2,6 @@ steps:
- script: |
set -e
sudo dnf -y install nss-tools python3-pip git
sudo ln -s /usr/lib64/libldap.so /usr/lib64/libldap_r.so
python3 -m pip install --user --upgrade pip setuptools pycodestyle
displayName: Install Tox prerequisites