Skip to content

Commit

Permalink
Update packaging and pip versions in rules_python to enable freethrea…
Browse files Browse the repository at this point in the history
…ding support.

The same change has been sent upstream as bazelbuild/rules_python#2514

Forked from openxla/xla#20723 for merging.

PiperOrigin-RevId: 708471912
  • Loading branch information
hawkinsp authored and copybara-github committed Dec 21, 2024
1 parent fbb63d2 commit 60523e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/py/python_init_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ def python_init_rules():
sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687",
strip_prefix = "rules_python-0.39.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.39.0/rules_python-0.39.0.tar.gz",
patch_args = ["-p1"],
patches = [Label("//third_party/py:rules_python.patch")],
)

0 comments on commit 60523e4

Please sign in to comment.