From 502ca1bf891e562f98e5854cc71ec94c10e36a81 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 17 Dec 2009 11:41:40 -0700 Subject: [PATCH] yum: kill python-bzip2 dep, as python-compression includes it now, per mickeyl Signed-off-by: Chris Larson --- recipes/yum/yum_3.2.18.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/yum/yum_3.2.18.bb b/recipes/yum/yum_3.2.18.bb index b147c52b7b..a41bb87179 100644 --- a/recipes/yum/yum_3.2.18.bb +++ b/recipes/yum/yum_3.2.18.bb @@ -1,5 +1,5 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/" -PR = "r5" +PR = "r6" SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ file://paths.patch;patch=1 \ @@ -10,7 +10,7 @@ SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ 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-unixadmin python-xml python-sqlite3 \ python-textutils python-fcntl python-email \ yum-metadata-parser" -- 2.39.5