From ffb381e56d8691a1709c9bd2c2157f01dcc19341 Mon Sep 17 00:00:00 2001
From: Boxiang Sun <boxiang.sun@nexedi.com>
Date: Mon, 11 Mar 2019 14:40:30 +0100
Subject: [PATCH] Enable ssl extension for Python3

---
 component/python3/buildout.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/component/python3/buildout.cfg b/component/python3/buildout.cfg
index ca57e337a..379afc7ae 100644
--- a/component/python3/buildout.cfg
+++ b/component/python3/buildout.cfg
@@ -38,6 +38,7 @@ configure-options =
   --with-system-expat
   --with-system-ffi
   --with-threads
+  --with-openssl=${openssl:location}
 # Profiled build:
   --enable-optimizations
 pre-install = mkdir profile-opt
-- 
2.30.9