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 #20723 for merging.

PiperOrigin-RevId: 708471912
  • Loading branch information
hawkinsp authored and Google-ML-Automation committed Dec 21, 2024
1 parent d29d8ea commit 1b8d65d
Show file tree
Hide file tree
Showing 2 changed files with 4 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")],
)
2 changes: 2 additions & 0 deletions third_party/tsl/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 1b8d65d

Please sign in to comment.