Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5221d15
)
Avoid installation of python3-openssl from ubuntu packages
10/8510/2
author
Mauro Sardara
<
[email protected]
>
Fri, 22 Sep 2017 20:24:56 +0000
(22:24 +0200)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/setup.py
b/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()