diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-14 09:43:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-14 09:43:50 +0000 |
commit | 3a5ff886a30a1c4a046bede899071713380c8e47 (patch) | |
tree | 141b5eda6838d68d5844e2e2ae774a593a3141d4 /packages/tasks/task-python-everything.bb | |
parent | d3e22b5a43ebbd20f15aadef4d2d294ad1f874b4 (diff) | |
parent | 261421b2c150e2758ec6b4812c251512f4bb5895 (diff) |
merge of '10ff7a617b3c5cbe78b0c05c1d0b09006a1c44c0'
and 'e4d84a69982a5a0ca8aec781cee663743ca6d6fc'
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index aebfed320f..669c94159b 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 = "ml29" +PR = "ml30" RDEPENDS = "\ python-ao \ @@ -9,10 +9,8 @@ RDEPENDS = "\ python-constraint \ python-dbus \ python-dialog \ - python-pydirectfb \ task-python-efl \ task-python-efl-examples \ - python-pycurl \ python-fam \ python-fnorb \ python-formencode \ @@ -45,6 +43,8 @@ RDEPENDS = "\ python-pycairo \ python-pychecker \ python-pycodes \ + python-pycurl \ + python-pydirectfb \ python-pyephem \ python-pyfits \ python-pyflakes \ @@ -69,6 +69,7 @@ RDEPENDS = "\ python-pyweather \ python-pyxml \ python-pyxmlrpc \ + python-pyyaml \ python-scapy \ python-scons \ python-setuptools \ |