mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
yum: Fix DEPENDS (no python-shlex)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@ RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \
|
||||
python-shell python-re python-logging python-pickle \
|
||||
python-netserver python-compression \
|
||||
python-unixadmin python-xml python-sqlite3 \
|
||||
python-textutils python-fcntl python-email python-shlex \
|
||||
python-textutils python-fcntl python-email \
|
||||
yum-metadata-parser"
|
||||
|
||||
S = "${WORKDIR}/yum-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user