diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:23:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:23:52 +0000 |
commit | e30c614f69a9c2abd9097afb8495df0e08695934 (patch) | |
tree | 0f1cef6e6035901474219f23ca50dcf42daac925 /packages | |
parent | ccb0fa55ca46cc3f1c7269e424dad1f9a94c2ac9 (diff) |
task-python-everything: catch up with python-pytester name change
Diffstat (limited to 'packages')
-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 \ |