mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +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-shell python-re python-logging python-pickle \
|
||||||
python-netserver python-compression \
|
python-netserver python-compression \
|
||||||
python-unixadmin python-xml python-sqlite3 \
|
python-unixadmin python-xml python-sqlite3 \
|
||||||
python-textutils python-fcntl python-email python-shlex \
|
python-textutils python-fcntl python-email \
|
||||||
yum-metadata-parser"
|
yum-metadata-parser"
|
||||||
|
|
||||||
S = "${WORKDIR}/yum-${PV}"
|
S = "${WORKDIR}/yum-${PV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user