diff options
Diffstat (limited to 'packages')
-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 \ |