mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Install paramiko as a dependency, don't complain about the requirement
This commit is contained in:
parent
3020df75f1
commit
7eaa1cf6f8
@ -8,12 +8,7 @@ from sys import version
|
||||
|
||||
if version < "2.7":
|
||||
print "Marvin needs at least python 2.7, found : \n%s"%version
|
||||
else:
|
||||
try:
|
||||
import paramiko
|
||||
except ImportError:
|
||||
print "Marvin requires paramiko to be installed"
|
||||
raise
|
||||
raise
|
||||
|
||||
setup(name="Marvin",
|
||||
version="0.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user