From 334b22e8090466b2c8d95b9dc3a20bd67308dd94 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 14 Aug 2021 11:07:46 -0700 Subject: [PATCH] Downgrade rules_python to 0.1.0 to accommodate Kokoro image. Kokoro still is on Python 3.5. Hopefully soon we will be on a Bazel Docker image where we can include a newer Python. --- bazel/workspace_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/workspace_deps.bzl b/bazel/workspace_deps.bzl index 40afa4a1e3..23b81dc5f9 100644 --- a/bazel/workspace_deps.bzl +++ b/bazel/workspace_deps.bzl @@ -25,8 +25,8 @@ def upb_deps(): maybe( http_archive, name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz", - sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz", + sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0", ) maybe(