projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34cc660
)
Add missing dependency
45/7645/1
author
Adam Israel
<adam.israel@canonical.com>
Tue, 11 Jun 2019 15:02:33 +0000
(11:02 -0400)
committer
Adam Israel
<adam.israel@canonical.com>
Tue, 11 Jun 2019 15:03:59 +0000
(11:03 -0400)
Add a missing dependency on pyasn1
Change-Id: I0d16d627ffd174640ff6985d801b4035fc8fd94a
Signed-off-by: Adam Israel <adam.israel@canonical.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
b27dcbe
..
d836d2f
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-27,6
+27,7
@@
setup(
'theblues>=0.3.8,<1.0',
'websockets>=4.0,<5.0',
'paramiko',
+ 'pyasn1>=0.4.4',
],
include_package_data=True,
maintainer='Adam Israel',