diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/zope/zope_2.7.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 <mickey@Vanille.de>" 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" |