Avoid installation of python3-openssl from ubuntu packages 10/8510/2
authorMauro Sardara <[email protected]>
Fri, 22 Sep 2017 20:24:56 +0000 (22:24 +0200)
committerMauro Sardara <[email protected]>
Fri, 22 Sep 2017 20:49:11 +0000 (20:49 +0000)
Change-Id: I01b5c8d98c15522ad778b0e2fb119818b287b0eb
Signed-off-by: Mauro Sardara <[email protected]>
setup.py

index a12bcaf..ee28d8a 100755 (executable)
--- 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()