diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-27 18:16:40 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-27 18:17:37 +0100 |
commit | 75b82c6cc3c5f45e937968b593d669ac9fd7185f (patch) | |
tree | c0160e5334ee1e96283df1b3c41858ab6b542aa7 /recipes/zope/zope_3.3.1.bb | |
parent | bb9b5dd8f35d0f7404a29c0a873bab88c039e712 (diff) |
zope-interfaces: new recipe; standalone Zope interfaces for extension products
adjust main zope recipe accordingly
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 |