diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ci/deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index 4fc1d2d0b..ce2702c00 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -42,6 +42,7 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then openldap-servers pytest python-ldap + pyldb rpm-build uid_wrapper ) @@ -112,6 +113,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then libuid-wrapper python-pytest python-ldap + python-ldb ldap-utils slapd systemtap-sdt-dev |