diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 19:56:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 19:56:13 +0000 |
commit | 4114355b69f0deee2b79db35fd5a1fb9ed61d280 (patch) | |
tree | 593ef2d46c8bf22132cad3a70a7f067ccf8d97d6 /packages/tasks/task-python-everything.bb | |
parent | 7dd2b725aefc48f89c4acc3ec268460cefc0661f (diff) |
add python-pydirectfb, Python bindings to DirectFB
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-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 a1d9f444b1..c81691cd34 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 = "ml21" +PR = "ml22" RDEPENDS = "\ python-ao \ @@ -9,6 +9,7 @@ RDEPENDS = "\ python-constraint \ python-dbus \ python-dialog \ + python-directfb \ python-efl \ python-pycurl \ python-fam \ |