mirror of https://github.com/apache/cloudstack.git
marvin: newer python setuptools doesn't like -SNAPSHOT in marvin version (#7120)
This commit is contained in:
parent
8838943a76
commit
abef381aa6
|
|
@ -48,7 +48,7 @@ def runSetupScript(args):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
version = sys.argv[1]
|
||||
version = sys.argv[1].replace("-SNAPSHOT", "")
|
||||
remainingArgs = sys.argv[2:]
|
||||
replaceVersion(setupScript, version)
|
||||
runSetupScript(remainingArgs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue