diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-08 12:04:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-08 12:04:57 +0000 |
commit | f66075c24322d83493c05dcdad63c9e3fd1fea49 (patch) | |
tree | 038d38637aef9785b15216c1d5dbaae1c69e5675 | |
parent | fcb50855fe95922a2fc428634daa9bf9ec5aae27 (diff) |
task-python-everything: catch up with renaming
-rw-r--r-- | packages/tasks/task-python-everything.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 18455f5b96..e4a185dde8 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 = "ml26" +PR = "ml27" RDEPENDS = "\ python-ao \ @@ -10,14 +10,15 @@ RDEPENDS = "\ python-dbus \ python-dialog \ python-pydirectfb \ - python-efl \ - python-efl-examples \ + task-python-efl \ + task-python-efl-examples \ python-pycurl \ python-fam \ python-fnorb \ python-formencode \ python-fpconst \ python-fuse \ + python-gammu \ python-gmpy \ python-gnosis \ python-gsmd \ @@ -32,6 +33,7 @@ RDEPENDS = "\ python-libgmail \ python-lightmediascanner \ python-lxml \ + python-m2crypto \ python-mad \ python-numarray \ python-numeric \ @@ -90,8 +92,6 @@ RDEPENDS = "\ BROKEN_PACKAGES = "\ python-egenix-mx-base \ - python-gammu \ - python-m2crypto \ python-mysqldb \ python-pyqwt \ " |