From: Michael Lauer Date: Mon, 17 Oct 2005 17:13:41 +0000 (+0000) Subject: zope: add missing rdependency on python-shell X-Git-Tag: Release-2010-05/1~9453^2~3246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90757bd74e4bfe9cbd659592552774b91586a1db;p=openembedded.git zope: add missing rdependency on python-shell --- diff --git a/packages/zope/zope_2.7.1.bb b/packages/zope/zope_2.7.1.bb index 96fa1094e7..29beb54600 100644 --- a/packages/zope/zope_2.7.1.bb +++ b/packages/zope/zope_2.7.1.bb @@ -3,8 +3,9 @@ SECTION = "console/network" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "python" -RDEPENDS = "python-core" +RDEPENDS = "python-core python-shell" LICENSE = "ZPL" +PR = "ml1" SRC_URI = "http://zope.org/Products/Zope/${PV}/Zope-${PV}.tgz" S = "${WORKDIR}/Zope-${PV}-0"