diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-20 13:01:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-20 13:01:11 +0000 |
commit | f64e6f6de73bce19dfcd982892a2e138e09514fc (patch) | |
tree | 4c5a56cacb01c8c51c9c040a13a51000d538d520 /packages/tasks/task-python-everything.bb | |
parent | 271da1c3647d997ab75a4f3511ff7a81a09d22e8 (diff) | |
parent | 3f8fa1d18aee05690f6636a4df6e831e99103d8d (diff) |
merge of '4287770ea855fb20a7ff1b944f48982f4aab48c9'
and 'fd012d756d6df4946900321f427519708a15e866'
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 \ |