From bc4225d8226491aa996405a9bc0446881d4496e3 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 22 Apr 2010 12:15:34 -0500 Subject: python: fix SSL for 2.6 * Add SSL module to build -- fixes "import ssl" --- contrib/python/generate-manifest-2.6.py | 2 +- recipes/python/python-2.6-manifest.inc | 2 +- recipes/python/python.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py index fe0e38596b..890d1c066d 100755 --- a/contrib/python/generate-manifest-2.6.py +++ b/contrib/python/generate-manifest-2.6.py @@ -248,7 +248,7 @@ if __name__ == "__main__": m.addPackage( "python-io", "Python Low-Level I/O", "python-core python-math", "lib-dynload/_socket.so lib-dynload/_ssl.so lib-dynload/select.so lib-dynload/termios.so lib-dynload/cStringIO.so " + - "pipes.* socket.* tempfile.* StringIO.* " ) + "pipes.* socket.* ssl.* tempfile.* StringIO.* " ) m.addPackage( "python-json", "Python JSON Support", "python-core python-math python-re", "json" ) # package diff --git a/recipes/python/python-2.6-manifest.inc b/recipes/python/python-2.6-manifest.inc index cee12c866c..188ee313ef 100644 --- a/recipes/python/python-2.6-manifest.inc +++ b/recipes/python/python-2.6-manifest.inc @@ -51,7 +51,7 @@ FILES_python-core="${libdir}/python2.6/__future__.* ${libdir}/python2.6/_abcoll. DESCRIPTION_python-io="Python Low-Level I/O" RDEPENDS_python-io="python-core python-math" -FILES_python-io="${libdir}/python2.6/lib-dynload/_socket.so ${libdir}/python2.6/lib-dynload/_ssl.so ${libdir}/python2.6/lib-dynload/select.so ${libdir}/python2.6/lib-dynload/termios.so ${libdir}/python2.6/lib-dynload/cStringIO.so ${libdir}/python2.6/pipes.* ${libdir}/python2.6/socket.* ${libdir}/python2.6/tempfile.* ${libdir}/python2.6/StringIO.* " +FILES_python-io="${libdir}/python2.6/lib-dynload/_socket.so ${libdir}/python2.6/lib-dynload/_ssl.so ${libdir}/python2.6/lib-dynload/select.so ${libdir}/python2.6/lib-dynload/termios.so ${libdir}/python2.6/lib-dynload/cStringIO.so ${libdir}/python2.6/pipes.* ${libdir}/python2.6/socket.* ${libdir}/python2.6/ssl.* ${libdir}/python2.6/tempfile.* ${libdir}/python2.6/StringIO.* " DESCRIPTION_python-compiler="Python Compiler Support" RDEPENDS_python-compiler="python-core" diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 7e61f795ba..aff18db6f8 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml8" +INC_PR = "ml9" DEFAULT_PREFERENCE = "-26" -- cgit v1.2.3