0a3e5b2 remove the dependency of rpmUtils

7 files Authored by qwan 6 years ago, Committed by lsedlar 6 years ago,
    remove the dependency of rpmUtils
    
    The rpmUtils module is provided yum-utils package, which is only
    available for Python 2. There is no replacement for the functionality in
    DNF.
    
    There is a proposal to add this functionality to rpm itself, but it's
    not really moving forward very much:
    https://bugzilla.redhat.com/show_bug.cgi?id=1072972
    
    As a short term solution let's copy the needed parts of rpmUtils.arch
    module directly to pungi code base.
    
    Fixes: https://pagure.io/pungi/issue/533
    Signed-off-by: Qixiang Wan <qwan@redhat.com>
    
        
file modified
+1 -1
file modified
+8 -9
file added
+372
file modified
+2 -3
file modified
+3 -3
file modified
+1 -1