mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
d4fa80b224
While python-ldap is strict dependency of IPA in downstreams, it is optional for IPA packages published on PyPI. Openldap 2.6 no longer ships ldap_r-2, that makes ipapython.dn_ctypes not working against such environments. Thanks @abbra! Fixes: https://pagure.io/freeipa/issue/9255 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
7 lines
192 B
YAML
7 lines
192 B
YAML
steps:
|
|
- script: |
|
|
set -e
|
|
sudo dnf -y install nss-tools python3-pip git
|
|
python3 -m pip install --user --upgrade pip setuptools pycodestyle
|
|
displayName: Install Tox prerequisites
|