mirror of https://github.com/apache/cloudstack.git
The setup_requires must not co-exists with install_requires
This commit is contained in:
parent
838d01754b
commit
ab57aeb7bc
|
|
@ -27,14 +27,9 @@ else:
|
|||
url="http://jenkins.cloudstack.org:8080/job/marvin",
|
||||
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
|
||||
license="LICENSE.txt",
|
||||
setup_requires=[
|
||||
"paramiko",
|
||||
"Python",
|
||||
"nose"
|
||||
],
|
||||
install_requires=[
|
||||
"paramiko >1.4",
|
||||
"Python >=2.7",
|
||||
"nose >=0.9"
|
||||
]
|
||||
)
|
||||
"Python>=2.7",
|
||||
"paramiko",
|
||||
"nose"
|
||||
],
|
||||
)
|
||||
Loading…
Reference in New Issue