Skip to content

Commit 2a188d4

Browse files
committed
add bazel_features to py_repositories
1 parent 73ffbe3 commit 2a188d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/private/py_repositories.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,10 @@ def py_repositories():
6565
strip_prefix = "protobuf-27.0",
6666
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
6767
)
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+
)
6874
pypi_deps()

0 commit comments

Comments
 (0)