From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 02:15:45 +0000 (+0000) Subject: zope: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9ca3d0138fa58345e289239f633a1d8c1d9c32;p=openembedded.git zope: bump for python 2.6 --- diff --git a/packages/zope/zope_3.3.1.bb b/packages/zope/zope_3.3.1.bb index 000947f629..78cf439e68 100644 --- a/packages/zope/zope_3.3.1.bb +++ b/packages/zope/zope_3.3.1.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "python" RDEPENDS = "python-core python-shell" LICENSE = "ZPL" -PR = "r5" +PR = "r6" SRC_URI = "http://www.zope.org/Products/Zope3/${PV}/Zope-${PV}.tgz" S = "${WORKDIR}/Zope-${PV}"