diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 11:26:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 11:26:17 +0000 |
commit | 90ea3fc23aeffd9a41363fe848b5cb6b8f66d830 (patch) | |
tree | eef1f9ea786b52d7401e755bbccc00bfa52e012b /contrib | |
parent | e3ed02fbc28ba8e6e2f4d10f4e6da1ed4ac5e070 (diff) |
python 2.5.2 RDEPENDS_python-logging += python-pickle
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |