gnu: Python: fix the compilation of some modules from the standard library.
authorCyril Roelandt <tipecaml@gmail.com>
Fri, 5 Apr 2013 22:28:39 +0000 (00:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 12 Apr 2013 19:58:46 +0000 (21:58 +0200)
commit3fdc99da1933e07985b6ca04d3b9412d5df05ade
treee587e3fce8649bdf0ab9481b7299ddb114279c93
parentf0cd71f21e41d5a638b69ecee0fa3939f27a4502
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
Makefile.am
gnu/packages/gdbm.scm
gnu/packages/patches/python-fix-dbm.patch [new file with mode: 0644]
gnu/packages/python.scm