aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2008-10-11 19:30:06 +0000
committerPhilip Balister <philip@balister.org>2008-10-11 19:30:06 +0000
commit900688d0010c359115997c67f99d5ba3d195fece (patch)
treee9fcccf011de578b636f6b6c13cf1b02352d7a97 /contrib/python
parent2cd952462a38350807f962c94827c1b1a21d58ad (diff)
downloadopenembedded-900688d0010c359115997c67f99d5ba3d195fece.tar.gz
python : Add python-pkgutil package.
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py
index a216bb50b6..a7ad9e7a2a 100755
--- a/contrib/python/generate-manifest-2.5.py
+++ b/contrib/python/generate-manifest-2.5.py
@@ -274,6 +274,9 @@ if __name__ == "__main__":
m.addPackage( 0, "python-pickle", "Python Persistence Support", "python-core python-codecs python-io python-re",
"pickle.* shelve.* lib-dynload/cPickle.so" )
+ m.addPackage( 0, "python-pkgutil", "Python Package Extension Utility Support", "python-core",
+ "pkgutil.*")
+
m.addPackage( 0, "python-pprint", "Python Pretty-Print Support", "python-core",
"pprint.*" )