From 900688d0010c359115997c67f99d5ba3d195fece Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sat, 11 Oct 2008 19:30:06 +0000 Subject: python : Add python-pkgutil package. --- contrib/python/generate-manifest-2.5.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/python') 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.*" ) -- cgit v1.2.3