mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Disable dependency on dogtag-pki PyPI package
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>
This commit is contained in:
parent
425dff1e0d
commit
3ec29a7f6a
@ -48,7 +48,9 @@ if __name__ == '__main__':
|
||||
"custodia",
|
||||
"dbus-python",
|
||||
"dnspython",
|
||||
"dogtag-pki",
|
||||
# dogtag-pki is just the client package on PyPI. ipaserver
|
||||
# requires the full pki package.
|
||||
# "dogtag-pki",
|
||||
"ipaclient",
|
||||
"ipalib",
|
||||
"ipaplatform",
|
||||
|
Loading…
Reference in New Issue
Block a user