diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-18 13:06:06 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-18 13:06:06 +0000 |
commit | 1403e146fdc3d656d3315f4c32f97f8ae01441ac (patch) | |
tree | f36eabf27eb53d5f4e5578ec5bebd2a8be16ce01 /packages/tasks | |
parent | 65756ffdda79ffcd4ca8c9988e4f8cb40f91f81f (diff) |
task-python-everything: add pyode
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index ff7dd17b92..4eb843fa5e 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 = "ml16" +PR = "ml17" RDEPENDS = "\ python-ao \ @@ -53,6 +53,7 @@ RDEPENDS = "\ python-pyiw \ python-pylinda \ python-pylint \ + python-pyode \ python-pyraf \ python-pyreverse \ python-pyrex \ |