aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-07-21 08:59:52 +0000
committerJohn Lee <john_lee@openmoko.org>2008-07-21 08:59:52 +0000
commit0f3931ecb1c0a1987bb417da4201d72757efb048 (patch)
tree19e37f0af7078cb467c4a38455d18e7297da03dc /contrib/python
parent70b50aa832a4f84f3c06db4b3026a23e0059b2ef (diff)
downloadopenembedded-0f3931ecb1c0a1987bb417da4201d72757efb048.tar.gz
generate-manifest-2.5.py: not in sync with manifest.inc
* python-compression with tarfile is not in generate-manifest
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py
index 8f1ee88937..0eab961d43 100755
--- a/contrib/python/generate-manifest-2.5.py
+++ b/contrib/python/generate-manifest-2.5.py
@@ -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" )