diff options
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-2.4.0-manifest.inc | 6 | ||||
-rw-r--r-- | packages/python/python_2.4.0.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/python/python-2.4.0-manifest.inc b/packages/python/python-2.4.0-manifest.inc index 85ab52c16a..9e6c1da5ef 100644 --- a/packages/python/python-2.4.0-manifest.inc +++ b/packages/python/python-2.4.0-manifest.inc @@ -1,4 +1,4 @@ -### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael Lauer] on Sun Mar 13 16:12:54 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael Lauer] on Sat Mar 19 20:48:56 2005 ### ### Warning: Manual edits will be lost! ### @@ -82,9 +82,9 @@ RDEPENDS_python-resource="python-core" FILES_python-resource="${libdir}/python2.4/lib-dynload/resource.so " DESCRIPTION_python-math="Python Math Support" -PR_python-math="ml2" +PR_python-math="ml3" RDEPENDS_python-math="python-core" -FILES_python-math="${libdir}/python2.4/lib-dynload/cmath.so ${libdir}/python2.4/lib-dynload/math.so ${libdir}/python2.4/lib-dynload/_random.so ${libdir}/python2.4/random.* " +FILES_python-math="${libdir}/python2.4/lib-dynload/cmath.so ${libdir}/python2.4/lib-dynload/math.so ${libdir}/python2.4/lib-dynload/_random.so ${libdir}/python2.4/random.* ${libdir}/python2.4/sets.* " DESCRIPTION_python-hotshot="Python Hotshot Profiler" PR_python-hotshot="ml2" diff --git a/packages/python/python_2.4.0.bb b/packages/python/python_2.4.0.bb index d1819d64ed..b2cc57aba0 100644 --- a/packages/python/python_2.4.0.bb +++ b/packages/python/python_2.4.0.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" DEPENDS = "python-native zlib gdbm" -PR = "r0" +PR = "r1" PYTHON_MAJMIN = "2.4" |