diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-06 15:58:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-06 15:58:34 +0000 |
commit | 19789ae883df062f9fd4a9cb675804017e44129f (patch) | |
tree | 93439dfddd79f192c4320214603fc3f675e5cc9a | |
parent | e5bdb2fd2036ea3ef12860e536ebe57d4a277397 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/06 08:46:10+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/06 00:15:42+02:00 uni-frankfurt.de!mickey
bring back python-numarray from nonworking where it had to
stay because gcc 3.3.x wasn't able to compile it. Works fine with 3.4. Ah and updated it while I was there.
BKrev: 409a60aaEPsyL_7tUurM6NBg6QfyCQ
-rw-r--r-- | python/python-numarray_0.9.oe (renamed from nonworking/python/numarray_0.8.oe) | 0 | ||||
-rw-r--r-- | python/task-python-everything_0.9.0.oe | 43 |
2 files changed, 43 insertions, 0 deletions
diff --git a/nonworking/python/numarray_0.8.oe b/python/python-numarray_0.9.oe index e69de29bb2..e69de29bb2 100644 --- a/nonworking/python/numarray_0.8.oe +++ b/python/python-numarray_0.9.oe diff --git a/python/task-python-everything_0.9.0.oe b/python/task-python-everything_0.9.0.oe index e69de29bb2..9ae7f18e7f 100644 --- a/python/task-python-everything_0.9.0.oe +++ b/python/task-python-everything_0.9.0.oe @@ -0,0 +1,43 @@ +DESCRIPTION= "All of Python" +MAINTAINER = "Michael Lauer <mickey@Vanille.de" +DEPENDS = " python-ao \ + python-constraint \ + python-crypto \ + python-curl \ + python-fnorb \ + python-fpconst \ + python-gmpy \ + python-gnosis \ + python-hmm \ + python-irclib \ + python-logilab \ + python-mad \ + python-native \ + python-numeric \ + python-numarray \ + python-ogg \ + python-pexpect \ + python-pychecker \ + python-pycodes \ + python-pygame \ + python-pygoogle \ + python-pygtk \ + python-pylint \ + python-pyqt \ + python-pyqwt \ + python-pyreverse \ + python-pyserial \ + python-pyxml \ + python-pyxmlrpc \ + python-sgmlop \ + python-snmplib \ + python-soappy \ + python-sqlite \ + python-tlslite \ + python-vmaps \ + python-vorbis " +RDEPENDS=${DEPENDS} + +#fixme add python-pycap once libdnet is in again +#fixme add python-pyx once kpathwhich-native is there +#fixme add packages dynamically |