We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ffbe3 commit 2a188d4Copy full SHA for 2a188d4
python/private/py_repositories.bzl
@@ -65,4 +65,10 @@ def py_repositories():
65
strip_prefix = "protobuf-27.0",
66
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
67
)
68
+ http_archive(
69
+ name = "bazel_features",
70
+ sha256 = "c2596994cf63513bd44180411a4ac3ae95d32bf59148fcb6087a4642b3ffef11",
71
+ strip_prefix = "bazel_features-1.20.0",
72
+ url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.20.0/bazel_features-v1.20.0.tar.gz",
73
+ )
74
pypi_deps()
0 commit comments