commit | 30378ab8e06a48a6ee01aecd84c09bb6be62521a | [log] [tgz] |
---|---|---|
author | Sergey <sgalkin@mirantis.com> | Mon Feb 05 15:50:10 2018 +0400 |
committer | Sergey <sgalkin@mirantis.com> | Mon Feb 05 16:25:32 2018 +0400 |
tree | 61d2086d0138584bce9f2dc9f1b5f4b46d665a88 | |
parent | 1bf9be1609b084c793d2783143b03ed7a22564d9 [diff] |
Set correct version of pepper for --json-file Change-Id: I550a19ae7c3e13eb6944bf3d09bb77c1dbaec86b
diff --git a/src/com/mirantis/mk/Python.groovy b/src/com/mirantis/mk/Python.groovy index 8a2cdf8..7440b06 100644 --- a/src/com/mirantis/mk/Python.groovy +++ b/src/com/mirantis/mk/Python.groovy
@@ -311,7 +311,7 @@ def common = new com.mirantis.mk.Common() // virtualenv setup - requirements = ['salt-pepper==0.5.*'] + requirements = ['salt-pepper>=0.5.2'] setupVirtualenv(path, 'python2', requirements, null, clean, true) // pepperrc creation