aboutsummaryrefslogtreecommitdiff
path: root/python/WORKSPACE
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-04-13 15:29:02 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-13 15:30:04 -0700
commitcb47f505602515e63e64c014e479e1bff8b37fb5 (patch)
tree39a86159cb1de0585b2d907294d38166fd96bc06 /python/WORKSPACE
parentebad71f486714432505f3338666fc05b7e4fb746 (diff)
downloadtink-cb47f505602515e63e64c014e479e1bff8b37fb5.tar.gz
Remove dependency on tink-cc KMS extensions from tink-py
This is no longer needed because KMS extensions are now natively implemented in Python. PiperOrigin-RevId: 524119016
Diffstat (limited to 'python/WORKSPACE')
-rw-r--r--python/WORKSPACE22
1 files changed, 0 insertions, 22 deletions
diff --git a/python/WORKSPACE b/python/WORKSPACE
index 3a34ee10b..ffaffec75 100644
--- a/python/WORKSPACE
+++ b/python/WORKSPACE
@@ -5,16 +5,6 @@ local_repository(
path = "../cc",
)
-local_repository(
- name = "tink_cc_awskms",
- path = "../cc/integration/awskms",
-)
-
-local_repository(
- name = "tink_cc_gcpkms",
- path = "../cc/integration/gcpkms",
-)
-
# Need to load rules_python earlier as proto uses an older version which is
# incompatible with our Python implementation will load
load("@tink_py//:tink_py_deps.bzl", "tink_py_deps")
@@ -32,15 +22,3 @@ tink_cc_deps()
load("@tink_cc//:tink_cc_deps_init.bzl", "tink_cc_deps_init")
tink_cc_deps_init()
-
-load("@tink_cc_awskms//:tink_cc_awskms_deps.bzl", "tink_cc_awskms_deps")
-
-tink_cc_awskms_deps()
-
-load("@tink_cc_gcpkms//:tink_cc_gcpkms_deps.bzl", "tink_cc_gcpkms_deps")
-
-tink_cc_gcpkms_deps()
-
-load("@tink_cc_gcpkms//:tink_cc_gcpkms_deps_init.bzl", "tink_cc_gcpkms_deps_init")
-
-tink_cc_gcpkms_deps_init()