diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:29:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:29:02 +0000 |
commit | a7303ff4b1bc28ea51e06fc952125929e0295e80 (patch) | |
tree | ce7a7df5ea662cbc9d12e72dc2603116187b80fd /packages/tasks | |
parent | 0e69c18b82c51480e6da902b1180c07820510271 (diff) |
task-python-everything: add python-mako and python-sphinxsearch
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 623337455c..f6aec948bd 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,7 +1,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml31" +PR = "ml32" RDEPENDS = "\ python-ao \ @@ -33,6 +33,7 @@ RDEPENDS = "\ python-lxml \ python-m2crypto \ python-mad \ + python-mako \ python-numarray \ python-numeric \ python-ogg \ @@ -79,6 +80,7 @@ RDEPENDS = "\ python-sgmlop \ python-snmplib \ python-soappy \ + python-sphinxsearch \ python-spydi \ python-spyro \ python-sqlalchemy \ |