postinst configure stage calls pki-upgrade which is a wrapper to pki.cli.upgrade
to fix this bug, add python3-ldap to python3-pki-base depends diff --git a/debian/control b/debian/control index a3759208c..96c3a0fb4 100644 --- a/debian/control +++ b/debian/control @@ -146,6 +146,7 @@ Architecture: all Depends: openssl, python3-cryptography, + python3-ldap, python3-nss, python3-requests, python3-urllib3,