mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Build if you have python 2.7 installed
This commit is contained in:
parent
acd55bac90
commit
0f98f5fe52
@ -10,7 +10,7 @@ if version < "2.7":
|
|||||||
print "Marvin needs at least python 2.7, found : \n%s"%version
|
print "Marvin needs at least python 2.7, found : \n%s"%version
|
||||||
raise
|
raise
|
||||||
|
|
||||||
setup(name="Marvin",
|
setup(name="Marvin",
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
description="Marvin - Python client for testing cloudstack",
|
description="Marvin - Python client for testing cloudstack",
|
||||||
author="Edison Su",
|
author="Edison Su",
|
||||||
@ -23,8 +23,8 @@ if version < "2.7":
|
|||||||
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
|
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
|
||||||
license="LICENSE.txt",
|
license="LICENSE.txt",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"Python>=2.7",
|
"Python>=2.7",
|
||||||
"paramiko",
|
"paramiko",
|
||||||
"nose"
|
"nose"
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user