diff options
Diffstat (limited to 'recipes/tasks/task-python-everything.bb')
-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 \ " |