aboutsummaryrefslogtreecommitdiff
path: root/bazel/pjc_deps.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/pjc_deps.bzl')
-rw-r--r--bazel/pjc_deps.bzl10
1 files changed, 10 insertions, 0 deletions
diff --git a/bazel/pjc_deps.bzl b/bazel/pjc_deps.bzl
index 62a0e15..61c6fc5 100644
--- a/bazel/pjc_deps.bzl
+++ b/bazel/pjc_deps.bzl
@@ -59,3 +59,13 @@ def pjc_deps():
"https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.tar.gz",
],
)
+
+
+ # Six (python compatibility)
+ if "six" not in native.existing_rules():
+ http_archive(
+ name = "six",
+ build_file = "@com_google_protobuf//:six.BUILD",
+ sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
+ url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55",
+ )