From 0ee832ec30b73e8e40bd1b8181af106f3919cb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Tue, 2 Jul 2013 19:04:51 +0200 Subject: [PATCH] Build pyopenssl with slapos. --- component/slapos/buildout.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/component/slapos/buildout.cfg b/component/slapos/buildout.cfg index ec82932c9..87904566b 100644 --- a/component/slapos/buildout.cfg +++ b/component/slapos/buildout.cfg @@ -17,6 +17,7 @@ extends = ../pkgconfig/buildout.cfg ../popt/buildout.cfg ../python-2.7/buildout.cfg + ../python-openssl/buildout.cfg ../readline/buildout.cfg ../sqlite3/buildout.cfg ../swig/buildout.cfg @@ -94,6 +95,7 @@ python = python2.7 recipe = z3c.recipe.scripts python = python2.7 eggs = + ${python-openssl:egg} slapos.libnetworkcache zc.buildout ${lxml-python:egg} -- 2.30.9