mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
wic: Remove dependency on rpmmisc
rpmmisc imports rpm and contains misc rpm utilities related to packaging and determining arches based on the packaging. We should never run across this in the initial version of wic, so remove the dependency. (From OE-Core rev: 2d59b6eeb418cf23eef3e32b43354b4ab16a40b9) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db034f07bf
commit
c4a4fc524c
@@ -19,7 +19,7 @@ import os, sys, re
|
||||
from optparse import SUPPRESS_HELP
|
||||
|
||||
from mic import msger
|
||||
from mic.utils import cmdln, errors, rpmmisc
|
||||
from mic.utils import cmdln, errors
|
||||
from mic.conf import configmgr
|
||||
from mic.plugin import pluginmgr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user