aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages
diff options
context:
space:
mode:
authorGravatar Peter Mounce <petermounce@improbable.io>2016-11-23 15:48:17 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-11-23 16:45:10 +0000
commitad13a9c08d4702d9bc4cfcd8dc433995d34350d0 (patch)
tree3b62e1e3dd8e36c735af82f30cc23c38649faec7 /scripts/packages
parent093218ca91ae97a37a72782ecc075a4b48c0f342 (diff)
Make the python dependency more lenient
Based on [this comment](https://github.com/bazelbuild/bazel/issues/2027#issuecomment-262229811), allow python3 to be used. cc @meteorcloudy. Closes #2122. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2122 MOS_MIGRATED_REVID=140031775
Diffstat (limited to 'scripts/packages')
-rw-r--r--scripts/packages/chocolatey/bazel.nuspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index c192fc0414..0c07e2be79 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -77,7 +77,7 @@ Supply like `--params="/option:value ..."` ([see docs for --params](https://gith
<dependencies>
<dependency id="jdk8" version="[8.0.102,)"/>
<dependency id="msys2" version="[20160719.1,)"/>
- <dependency id="python2" version="[2.7.11,3.0)"/>
+ <dependency id="python" version="[2.7.11,)"/>
</dependencies>
<!-- chocolatey-uninstall.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-uninstall.extension as a dependency. Please verify whether you are using a helper function from that package. -->