1fced5c Disable dependency on dogtag-pki PyPI package

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