generate-manifest-2.5.py: not in sync with manifest.inc
authorJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 08:59:52 +0000 (08:59 +0000)
committerJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 08:59:52 +0000 (08:59 +0000)
* python-compression with tarfile is not in generate-manifest

contrib/python/generate-manifest-2.5.py

index 8f1ee88..0eab961 100755 (executable)
@@ -184,8 +184,8 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-compiler", "Python Compiler Support", "python-core",
     "compiler" ) # package
 
-    m.addPackage( 0, "python-compression", "Python High Level Compression Support", "python-core python-zlib",
-    "gzip.* zipfile.*" )
+    m.addPackage( 1, "python-compression", "Python High Level Compression Support", "python-core python-zlib",
+    "gzip.* zipfile.* tarfile.*" )
 
     m.addPackage( 1, "python-crypt", "Python Basic Cryptographic and Hashing Support", "python-core",
     "hashlib.* md5.* sha.* lib-dynload/crypt.so lib-dynload/_hashlib.so lib-dynload/_sha256.so lib-dynload/_sha512.so" )