From 1c45c922fb6cafc3e69328e090f057e720566bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 16 Feb 2010 10:10:52 +0000 Subject: [PATCH] - add ssl, assert for ssl git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32596 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/Makefile | 1 + buildout/python-2.4/buildout.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/buildout/Makefile b/buildout/Makefile index b9fcbd5c90..1af563cdef 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -12,3 +12,4 @@ assert-software: assert-python2.4 assert-python2.4: bin/python2.4 bin/python2.4 -c 'import zlib' bin/python2.4 -c 'import dbm' + bin/python2.4 -c 'import _ssl' diff --git a/buildout/python-2.4/buildout.cfg b/buildout/python-2.4/buildout.cfg index 73b665f1a1..c214e5f687 100644 --- a/buildout/python-2.4/buildout.cfg +++ b/buildout/python-2.4/buildout.cfg @@ -21,6 +21,7 @@ configure-options = --with-readline --with-dbm --with-zlib + --with-ssl patches = ${buildout:directory}/patches/python2.4-dbm.patch -- 2.30.9