From 90757bd74e4bfe9cbd659592552774b91586a1db Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 17 Oct 2005 17:13:41 +0000 Subject: zope: add missing rdependency on python-shell --- packages/zope/zope_2.7.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3