aboutsummaryrefslogtreecommitdiff
path: root/java_src/tink_java_deps.bzl
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2022-02-09 12:40:30 -0800
committerCopybara-Service <copybara-worker@google.com>2022-02-09 12:41:19 -0800
commite4ed9b1924b10d7785ce201b5202ae3021f9f651 (patch)
tree956f0bd02a75ebf42164ca23e86787698237fdb6 /java_src/tink_java_deps.bzl
parent9db9a903ff402e2293c33beadc86d4583b7d058e (diff)
downloadtink-e4ed9b1924b10d7785ce201b5202ae3021f9f651.tar.gz
Upgrade rules_python to the newest version v0.6.0.
The rules_python versions used were inconsistent: "tink_py_deps" used an older version, because the import/install works differently in newer versions. Other places used a newer version. This commit now makes the rules_python versions consistent, and simplifies the import in many places. PiperOrigin-RevId: 427544856
Diffstat (limited to 'java_src/tink_java_deps.bzl')
-rw-r--r--java_src/tink_java_deps.bzl9
1 files changed, 0 insertions, 9 deletions
diff --git a/java_src/tink_java_deps.bzl b/java_src/tink_java_deps.bzl
index 365f1f58f..380eb17b5 100644
--- a/java_src/tink_java_deps.bzl
+++ b/java_src/tink_java_deps.bzl
@@ -52,12 +52,3 @@ def tink_java_deps():
sha256 = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
strip_prefix = "rules_android-0.1.1",
)
-
- if not native.existing_rule("rules_python"):
- # Needed by @com_google_protobuf_javalite.
- http_archive(
- name = "rules_python",
- sha256 = "e5470e92a18aa51830db99a4d9c492cc613761d5bdb7131c04bd92b9834380f6",
- strip_prefix = "rules_python-4b84ad270387a7c439ebdccfd530e2339601ef27",
- urls = ["https://github.com/bazelbuild/rules_python/archive/4b84ad270387a7c439ebdccfd530e2339601ef27.tar.gz"],
- )