diff options
author | Philip Balister <philip@balister.org> | 2008-02-12 13:42:34 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-02-12 13:42:34 +0000 |
commit | 64efb6d640ada9fffcb4c98a1e4ae4f8d2bd0e9c (patch) | |
tree | c5581b96374be871d59809b2934aa791ccc5bfdf /packages/tasks/task-python-everything.bb | |
parent | 73c9713cacf49f300e034bbb6b47df17caf29d4f (diff) | |
parent | 3168ff71a18d3bfa339f0ccdace03878ab2094f2 (diff) |
merge of '967336334b2d3b22623c9851eb0ab8a2f5ad19c2'
and 'f1ce41fae2ee4dc6bfc75fb8d991a37869ef24d8'
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-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 61daa7e089..18455f5b96 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 = "ml24" +PR = "ml26" RDEPENDS = "\ python-ao \ @@ -30,6 +30,7 @@ RDEPENDS = "\ python-itools \ python-logilab-common \ python-libgmail \ + python-lightmediascanner \ python-lxml \ python-mad \ python-numarray \ @@ -74,6 +75,7 @@ RDEPENDS = "\ python-soappy \ python-spydi \ python-spyro \ + python-sqlalchemy \ python-sqlobject \ python-sword \ python-tlslite \ |