diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-12 18:48:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-12 18:48:23 +0000 |
commit | f130feff9350782bcb3b6049cb0194e44887e166 (patch) | |
tree | 097814ca07ea30c94a3cb48e945c262842de1fea /meta | |
parent | e9c484ebf303e4f79c7494fb3da55041c6d01d18 (diff) |
add some more python packages to task-python-everything
BKrev: 40f2dcf7GpG5TSMFmRLxRMdOLZaFsA
Diffstat (limited to 'meta')
-rw-r--r-- | meta/task-python-everything_0.9.0.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/task-python-everything_0.9.0.oe b/meta/task-python-everything_0.9.0.oe index e6ae0d1efb..31bc38c1ea 100644 --- a/meta/task-python-everything_0.9.0.oe +++ b/meta/task-python-everything_0.9.0.oe @@ -1,8 +1,9 @@ DESCRIPTION= "All of Python" -MAINTAINER = "Michael Lauer <mickey@Vanille.de" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" DEPENDS = " python-ao \ python-constraint \ python-crypto \ + python-egenix-mx-base \ python-pycurl \ python-fnorb \ python-fpconst \ @@ -22,6 +23,7 @@ DEPENDS = " python-ao \ python-pygame \ python-pygoogle \ python-pygtk \ + python-pylinda \ python-pylint \ python-pyqt \ python-pyqwt \ @@ -30,6 +32,7 @@ DEPENDS = " python-ao \ python-pyxml \ python-pyxmlrpc \ python-quicklauncher \ + python-sip \ python-sgmlop \ python-snmplib \ python-soappy \ |