Skip to content

Commit

Permalink
add bazel_features to py_repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Oct 28, 2024
1 parent 73ffbe3 commit 2a188d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/private/py_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ def py_repositories():
strip_prefix = "protobuf-27.0",
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
)
http_archive(
name = "bazel_features",
sha256 = "c2596994cf63513bd44180411a4ac3ae95d32bf59148fcb6087a4642b3ffef11",
strip_prefix = "bazel_features-1.20.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.20.0/bazel_features-v1.20.0.tar.gz",
)
pypi_deps()

0 comments on commit 2a188d4

Please sign in to comment.