Skip to content

Commit 3dfc80a

Browse files
katrecopybara-github
authored andcommitted
Force rules_python to use version 0.24.0.
Copybara Import from #162 BEGIN_PUBLIC Force rules_python to use version 0.24.0. (#162) This version registers the python toolchains needed by rules_pkg and others. Fixes #161. Related to bazelbuild/bazel#20458 Closes #162 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#162 from katre:fix-ci 5f0ce85 PiperOrigin-RevId: 592238927 Change-Id: If20c2d23aef44eb9f6c54600b21d14162a5ecea1
1 parent 4732a64 commit 3dfc80a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ REMOTE_JDK_REPOS = [("remotejdk" + version + "_" + platform) for version in JDKS
7878

7979
# Dev dependencies
8080
bazel_dep(name = "rules_pkg", version = "0.9.1", dev_dependency = True)
81+
82+
# Override rules_python version to deal with #161 and https://github.com/bazelbuild/bazel/issues/20458
83+
single_version_override(
84+
module_name = "rules_python",
85+
version = "0.24.0",
86+
)

0 commit comments

Comments
 (0)