1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

yum: Fix DEPENDS (no python-shlex)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-26 13:46:50 +00:00
parent 5790800fe3
commit 3a32c2c6e9
+1 -1
View File
@@ -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}"