]> code.ossystems Code Review - openembedded-core.git/commitdiff
yum: added all required Python modules to dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 09:31:28 +0000 (09:31 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 09:31:28 +0000 (09:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5427 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/yum/yum_3.2.18.bb

index 4c68803098d570cc5cc92ad3babce7e2979b6a02..d8888d04393305b3f32b213788f264658d903338 100644 (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}"