diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:47:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:47:38 +0000 |
commit | e3c68ca5b35a68ba64500e89b141b360b3dc6bba (patch) | |
tree | d978c5d0cbdf01e32fde475f63d4e575f27a0430 /packages/tasks | |
parent | 1b057f3930c72a9fbfca37504e3746abe52e5b25 (diff) |
add python-ptrace, a debugger written in python. closes #4496
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 f6aec948bd..08915c033f 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 = "ml32" +PR = "ml33" RDEPENDS = "\ python-ao \ @@ -39,6 +39,7 @@ RDEPENDS = "\ python-ogg \ python-opendir \ python-pexpect \ + python-ptrace \ python-pyalsa \ python-pyalsaaudio \ python-pybluez \ |