diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-01 18:15:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-01 18:15:49 +0000 |
commit | 615e7d157f3d9cf1e7af5e2084358b9f61d3daaf (patch) | |
tree | 9d55038c6c38a0e1c6a9d60109219a6adb49f69f /packages/python | |
parent | 1fda5f0233832ffa3c8adff3499b64ab3f7b7248 (diff) | |
parent | 0d7a6ee2b5a0abc79f17012cb9a6378f9fe583c9 (diff) |
propagate from branch 'org.openembedded.nslu2-linux' (head dc8f56a8edee464ea68c6ca92ec8857113d9e468)
to branch 'org.openembedded.dev' (head a10d28cfd37d2402e42c0f2c022ce4d4c65dbb95)
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-2.4.1-manifest.inc | 6 | ||||
-rw-r--r-- | packages/python/python_2.4.1.bb | 2 |
2 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 df5bd07dca..586a525cda 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 './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Jun 27 22:39:53 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Fri Jul 1 18:03:30 2005 ### ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy ### @@ -36,8 +36,8 @@ 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="ml4" -RDEPENDS_python-datetime="python-core python-locale" +PR_python-datetime="ml5" +RDEPENDS_python-datetime="python-core python-codecs" 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!)" diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 89b0d64e2f..9ac8cee701 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" DEPENDS = "python-native zlib gdbm openssl" -PR = "ml4" +PR = "ml5" PYTHON_MAJMIN = "2.4" |