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

yum: added all required Python modules to dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5427 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-10-07 09:31:28 +00:00
parent bc6e408352
commit b7aed5e958
+7 -3
View File
@@ -1,5 +1,5 @@
HOMEPAGE = "http://linux.duke.edu/projects/yum/"
PR = "r3"
PR = "r4"
SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
file://paths.patch;patch=1 \
@@ -7,8 +7,12 @@ SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
file://yum-install-recommends.py \
file://extract-postinst.awk"
DEPENDS = "python"
RDEPENDS = "rpm python-core python-iniparse python-urlgrabber yum-metadata-parser"
RDEPENDS = "python-rpm python-core python-iniparse python-urlgrabber \
python-shell python-re python-logging python-pickle \
python-netserver python-compression \
python-bzip2 python-unixadmin python-xml python-sqlite3 \
python-textutils python-fcntl python-email \
yum-metadata-parser"
S = "${WORKDIR}/yum-${PV}"