diff options
-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", |