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:
Christian Heimes 2019-02-11 17:59:52 +01:00
parent 425dff1e0d
commit 3ec29a7f6a

View File

@ -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",