diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-09-22 22:24:56 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-09-22 20:49:11 +0000 |
commit | 4b1089ef95d7f36c1dfa46a2d54d3a135b0661ed (patch) | |
tree | dc385379a37d5c56747cfcc9a158c01cdfc0571f | |
parent | 5221d15ea04d68fcd6492cc13cfe5ef3db92573a (diff) |
Avoid installation of python3-openssl from ubuntu packages
Change-Id: I01b5c8d98c15522ad778b0e2fb119818b287b0eb
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |