3ec29a7 Disable dependency on dogtag-pki PyPI package

Authored and Committed by cheimes 5 years ago
    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>
    
        
file modified
+3 -1