diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 14:24:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 14:24:46 +0000 |
commit | b538ed9fe1b37ef740145b4399db0048ad31fc8c (patch) | |
tree | 85d36d5de949e90379c6a7ee46b689ec3bffa352 /packages/tasks/task-python-everything.bb | |
parent | 624b621435427840b151a0e1f9990df39d334f16 (diff) |
task-python-everything: fix python-cairo typo
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index d39e9a4afd..ff7dd17b92 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,12 +1,10 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml15" +PR = "ml16" RDEPENDS = "\ python-ao \ - python-pybluez \ - python-cairo \ python-cheetah \ python-constraint \ python-crypto \ @@ -40,6 +38,7 @@ RDEPENDS = "\ python-ogg \ python-pexpect \ python-pybluez \ + python-pycairo \ python-pychecker \ python-pycodes \ python-pyephem \ |