diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 22:45:35 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 22:45:35 +0000 |
commit | 9bcca56c162aaa999f35bf303ab3fdc0f475dbb7 (patch) | |
tree | ceb65f047d894af1d4309fd34b1fb04cff94e95b /contrib | |
parent | 99c72e83e39b1af5f99663551ea9cf388f1be8b3 (diff) | |
parent | 9b37a7f7d7eadedb495d2b9b29f74f574b47b14a (diff) |
merge of '9694cc03739b4b684e1c1d9ec0df5f93374f846a'
and '98fb56b9b21bed93697ad1e087ea4fd34776f46c'
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/generate-manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index 2fd681dc01..0c0aea27c1 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -226,7 +226,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-html", "Python HTML Processing", "python-core", "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* " ) - m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core, libgdbm3", + m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core", "lib-dynload/gdbm.so" ) m.addPackage( 0, "python-image", "Python Graphical Image Handling", "python-core", @@ -281,7 +281,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-re", "Python Regular Expression APIs", "python-core", "re.* sre.* sre_compile.* sre_constants* sre_parse.*" ) # _sre is builtin - m.addPackage( 0, "python-readline", "Python Readline Support", "python-core, libreadline4", + m.addPackage( 0, "python-readline", "Python Readline Support", "python-core", "lib-dynload/readline.so rlcompleter.*" ) m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core", |