diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:19:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:19:37 +0000 |
commit | fa71f1d979886994daace244201f364c8a583f0b (patch) | |
tree | 0741bb8173bc7d26811980813abcc1bb3132a311 /packages/tasks/task-python-everything.bb | |
parent | 5dda32f9382887e51f3ec6b92b38ed447b322ee4 (diff) |
task-openmoko: include gpe-scap
task-python-everthing: catch up w/ python-pytester renaming
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 1f4dbbc751..04a6ac03b2 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 = "ml18" +PR = "ml19" RDEPENDS = "\ python-ao \ @@ -58,7 +58,7 @@ RDEPENDS = "\ python-pyrex \ python-pyro \ python-pyserial \ - python-pytest \ + python-pytester \ python-pyvisa \ python-pyweather \ python-pyxml \ |