diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-06-28 18:37:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-06-28 18:37:07 +0000 |
commit | 3b028424ec8cbda88fa189ddc7452dc5264789e9 (patch) | |
tree | c9f41e92a4fb0e8fe1e0d585516b2a80b6b28e18 /packages/python/python-2.4.1-manifest.inc | |
parent | 2040c98cc6acccbfdda8cfe7f24dd37a55447a3b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/28 20:35:58+02:00 uni-frankfurt.de!mickeyl
opie-taskbar: adjust qpe.conf also for collie
2005/06/28 20:35:18+02:00 uni-frankfurt.de!mickeyl
opie-taskbar/qpe.conf: Bye bye QPF, hello TTF
2005/06/28 20:29:36+02:00 uni-frankfurt.de!mickeyl
add opie-ttf-support metapackage containing a fontdir. to do it the 'right way', we need a script that updates qtfontdir for TTF
2005/06/27 22:44:57+02:00 uni-frankfurt.de!mickeyl
upgrade python-pyxml to 0.8.4
2005/06/27 22:42:13+02:00 uni-frankfurt.de!mickeyl
add _strptime to python-datetime and adjust dependencies
BKrev: 42c198d3zJDZy5ODvnE9MJVZNePSsA
Diffstat (limited to 'packages/python/python-2.4.1-manifest.inc')
-rw-r--r-- | packages/python/python-2.4.1-manifest.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/python/python-2.4.1-manifest.inc b/packages/python/python-2.4.1-manifest.inc index 77aea0052b..df5bd07dca 100644 --- a/packages/python/python-2.4.1-manifest.inc +++ b/packages/python/python-2.4.1-manifest.inc @@ -1,5 +1,5 @@ ######################################################################################################################## -### AUTO-GENERATED by '/usr/users4/abvs/mickey/work/sdk/buildroot-oz/packages/python/generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Fri Jun 3 11:49:16 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Jun 27 22:39:53 2005 ### ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy ### @@ -36,9 +36,9 @@ RDEPENDS_python-pickle="python-core python-codecs python-re" FILES_python-pickle="${libdir}/python2.4/pickle.* ${libdir}/python2.4/shelve.* ${libdir}/python2.4/lib-dynload/cPickle.so " DESCRIPTION_python-datetime="Python Calendar and Time support" -PR_python-datetime="ml3" -RDEPENDS_python-datetime="python-core" -FILES_python-datetime="${libdir}/python2.4/calendar.* ${libdir}/python2.4/lib-dynload/datetime.so " +PR_python-datetime="ml4" +RDEPENDS_python-datetime="python-core python-locale" +FILES_python-datetime="${libdir}/python2.4/_strptime.* ${libdir}/python2.4/calendar.* ${libdir}/python2.4/lib-dynload/datetime.so " DESCRIPTION_python-core="Python Interpreter and core modules (needed!)" PR_python-core="ml3" |