aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 14:24:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 14:24:46 +0000
commitb538ed9fe1b37ef740145b4399db0048ad31fc8c (patch)
tree85d36d5de949e90379c6a7ee46b689ec3bffa352 /packages/tasks
parent624b621435427840b151a0e1f9990df39d334f16 (diff)
downloadopenembedded-b538ed9fe1b37ef740145b4399db0048ad31fc8c.tar.gz
task-python-everything: fix python-cairo typo
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-python-everything.bb5
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 \