diff options
Diffstat (limited to 'contrib/python/generate-manifest-2.5.py')
-rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 4 |
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 ee1b6753e3..2560853982 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -289,8 +289,8 @@ if __name__ == "__main__": m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core", "lib-dynload/resource.so" ) - m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core python-re", - "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" ) + m.addPackage( 1, "python-shell", "Python Shell-Like Functionality", "python-core python-re", + "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core python-netclient", "robotparser.*") |