From: Mauro Sardara Date: Fri, 22 Sep 2017 20:24:56 +0000 (+0200) Subject: Avoid installation of python3-openssl from ubuntu packages X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F8510%2F2;p=cicn.git Avoid installation of python3-openssl from ubuntu packages Change-Id: I01b5c8d98c15522ad778b0e2fb119818b287b0eb Signed-off-by: Mauro Sardara --- 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()