mirror of https://github.com/apache/cloudstack.git
Install paramiko as a dependency, don't complain about the requirement
This commit is contained in:
parent
9f7d218698
commit
c856fdace3
|
|
@ -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…
Reference in New Issue