From 4b1089ef95d7f36c1dfa46a2d54d3a135b0661ed Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 22 Sep 2017 22:24:56 +0200 Subject: Avoid installation of python3-openssl from ubuntu packages Change-Id: I01b5c8d98c15522ad778b0e2fb119818b287b0eb Signed-off-by: Mauro Sardara --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a12bcafc..ee28d8a4 100755 --- a/setup.py +++ b/setup.py @@ -37,8 +37,8 @@ with open('README.md') as f: required_modules = ["pylxd (>=2.2.2)", "pyparsing", "networkx (==1.11)", - "autobahn", - "pyOpenSSL"] + "autobahn"] +# "pyOpenSSL"] data_files = list() -- cgit 1.2.3-korg