Skip to content

Commit ab57aeb

Browse files
Prasanna SanthanamPrasanna Santhanam
authored andcommitted
The setup_requires must not co-exists with install_requires
1 parent 838d017 commit ab57aeb

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

tools/marvin/setup.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@
2727
url="http://jenkins.cloudstack.org:8080/job/marvin",
2828
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
2929
license="LICENSE.txt",
30-
setup_requires=[
30+
install_requires=[
31+
"Python>=2.7",
3132
"paramiko",
32-
"Python",
3333
"nose"
34-
],
35-
install_requires=[
36-
"paramiko >1.4",
37-
"Python >=2.7",
38-
"nose >=0.9"
39-
]
40-
)
34+
],
35+
)

0 commit comments

Comments
 (0)