mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-09 04:28:09 -05:00
The dependency on 'dogtag-pki' PyPI package causes problems. For one it's not the full pki package. It only provides the client part, but ipaserver also needs the pki.server subpackage with pkispawn command. The Fedora package dependency generator turns the requirement into a package requirement, but python3-pki does not provide the package name python3.7dist(dogtag-pki). Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>