From 90ea3fc23aeffd9a41363fe848b5cb6b8f66d830 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 2 Aug 2008 11:26:17 +0000 Subject: python 2.5.2 RDEPENDS_python-logging += python-pickle --- contrib/python/generate-manifest-2.5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python') diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index 08a8a47f15..da5f7ccf8c 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -240,7 +240,7 @@ if __name__ == "__main__": "atexit.* bisect.* code.* codeop.* dis.* heapq.* inspect.* keyword.* opcode.* repr.* token.* tokenize.* " + "traceback.* linecache.* weakref.*" ) - m.addPackage( 0, "python-logging", "Python Logging Support", "python-core python-io python-lang python-stringold", + m.addPackage( 1, "python-logging", "Python Logging Support", "python-core python-io python-lang python-pickle python-stringold", "logging" ) # package m.addPackage( 0, "python-lib-old-and-deprecated", "Python Deprecated Libraries", "python-core", -- cgit v1.2.3