[oe-commits] Chris Larson : yum: kill python-bzip2 dep, as python-compression includes it now, per mickeyl

git version control git at git.openembedded.org
Tue Dec 22 09:48:04 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 502ca1bf891e562f98e5854cc71ec94c10e36a81
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=502ca1bf891e562f98e5854cc71ec94c10e36a81

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Dec 17 11:41:40 2009 -0700

yum: kill python-bzip2 dep, as python-compression includes it now, per mickeyl

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/yum/yum_3.2.18.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/yum/yum_3.2.18.bb b/recipes/yum/yum_3.2.18.bb
index b147c52..a41bb87 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"
 





More information about the Openembedded-commits mailing list