diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-11-05 23:30:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-11-05 23:30:46 +0000 |
commit | d429d1d5d6c0b5fe3f97faafa2f0a4183584dcf6 (patch) | |
tree | d721f1ebe05e1b430118960a807792a0327c8db6 /contrib | |
parent | 83f47bd69f7ed257be72bec3fd524cf4128ed29a (diff) |
contrib/python/generate-manifest.py: python-pickle depends on python-io
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/generate-manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index 0b91347a48..9810c7b1ae 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -270,7 +270,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-netserver", "Python Internet Protocol Servers", "python-core, python-netclient", "cgi.* BaseHTTPServer.* SimpleHTTPServer.* SocketServer.*" ) - m.addPackage( 0, "python-pickle", "Python Persistence Support", "python-core, python-codecs, python-re", + m.addPackage( 1, "python-pickle", "Python Persistence Support", "python-core, python-codecs, python-io, python-re", "pickle.* shelve.* lib-dynload/cPickle.so" ) m.addPackage( 0, "python-pprint", "Python Pretty-Print Support", "python-core", |