diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 09:18:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 09:18:11 +0000 |
commit | ec5f95f1eeeab7fa77450d7e9fc8b2629a0f99ea (patch) | |
tree | 42ba568dbc9c9c5f79e54540e1c3932ff76be663 /packages/tasks | |
parent | 1f73b34c676b7bb2864063b83174c07c9a29d7fb (diff) |
add python-opendir, an extension module using POSIX opendir semantics
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 669c94159b..623337455c 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 = "ml30" +PR = "ml31" RDEPENDS = "\ python-ao \ @@ -36,6 +36,7 @@ RDEPENDS = "\ python-numarray \ python-numeric \ python-ogg \ + python-opendir \ python-pexpect \ python-pyalsa \ python-pyalsaaudio \ |