contrib/python/generate-manifest.py: python-pickle depends on python-io
authorMichael Lauer <mickey@vanille-media.de>
Sun, 5 Nov 2006 23:30:46 +0000 (23:30 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 5 Nov 2006 23:30:46 +0000 (23:30 +0000)
contrib/python/generate-manifest.py

index 0b91347..9810c7b 100755 (executable)
@@ -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",