aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-07 09:31:28 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-07 09:31:28 +0000
commitb7aed5e958e36374b807071719fe7c83292af5b2 (patch)
treef5f2af20bf2e2f831a69653e207fd9b9f59cffcf /meta
parentbc6e408352af5a6c254842cb0ea74a503c9b443b (diff)
downloadopenembedded-core-contrib-b7aed5e958e36374b807071719fe7c83292af5b2.tar.gz
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
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/yum/yum_3.2.18.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb
index 4c68803098..d8888d0439 100644
--- a/meta/packages/yum/yum_3.2.18.bb
+++ b/meta/packages/yum/yum_3.2.18.bb
@@ -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}"