summaryrefslogtreecommitdiff
path: root/contrib/python/generate-manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/generate-manifest.py')
-rwxr-xr-xcontrib/python/generate-manifest.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py
index 0267a3e980..730c883bd3 100755
--- a/contrib/python/generate-manifest.py
+++ b/contrib/python/generate-manifest.py
@@ -208,6 +208,9 @@ if __name__ == "__main__":
m.addPackage( 0, "python-db", "Python File-Based Database Support", "python-core",
"anydbm.* dumbdbm.* whichdb.* " )
+ m.addPackage( 0, "python-debugger", "Python Debugger", "python-core, python-io, python-lang, python-re, python-stringold, python-shell",
+ "bdb.* pdb.*" )
+
m.addPackage( 0, "python-distutils", "Python Distribution Utilities", "python-core",
"config distutils" ) # package
@@ -286,7 +289,7 @@ if __name__ == "__main__":
"lib-dynload/resource.so" )
m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core, python-re",
- "commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" )
+ "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" )
m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core, python-netclient",
"robotparser.*")