diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-03 19:22:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-03 19:22:53 +0000 |
commit | cdafdc4da4ca1c891d593d2839e024484b0c2468 (patch) | |
tree | fdebee622257cd9ee847f7714492e0817c2d0953 /contrib | |
parent | 819cd56f786f99f645ce43e9882dcc7546c9ff4d (diff) | |
parent | eccbdc9395f7b525e77087d13d5ae66f2932098f (diff) |
merge of '8757cea2a30d383fc8b9e31dc7ae714a4df33a64'
and 'ca29e1912671c0d9322d55bfb15de7d18a7379d6'
Diffstat (limited to 'contrib')
-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.*") |