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/tasks | |
parent | bb9b5dd8f35d0f7404a29c0a873bab88c039e712 (diff) |
zope-interfaces: new recipe; standalone Zope interfaces for extension products
adjust main zope recipe accordingly
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-python-everything.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-python-everything.bb b/recipes/tasks/task-python-everything.bb index a190c0f9e1..16a48f2660 100644 --- a/recipes/tasks/task-python-everything.bb +++ b/recipes/tasks/task-python-everything.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" PV = "2.6" -PR = "ml43" +PR = "ml44" RDEPENDS = "\ python-ao \ @@ -115,4 +115,5 @@ RDEPENDS = "\ moin \ plone \ zope \ + zope-interfaces \ " |