diff options
Diffstat (limited to 'recipes/zope/zope_3.3.1.bb')
-rw-r--r-- | recipes/zope/zope_3.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/zope/zope_3.3.1.bb b/recipes/zope/zope_3.3.1.bb index cf81b15fca..f0bb9888c9 100644 --- a/recipes/zope/zope_3.3.1.bb +++ b/recipes/zope/zope_3.3.1.bb @@ -1,5 +1,6 @@ RDEPENDS = "python-shell" +RRECOMMENDS += "zope-interfaces" inherit distutils-base -require ${PN}-${PV}.inc +require zope.inc |