aboutsummaryrefslogtreecommitdiff
path: root/pw_build
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2024-01-22 19:18:13 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-01-22 19:18:13 +0000
commitffc60786179e0c2099ffe2a94f18c12b0e93db46 (patch)
treee8a427a2ba310cbcd1b6759a1d830c926e6c979c /pw_build
parent0380161bd68c216a590230f0cc49d26add7eef8a (diff)
downloadpigweed-ffc60786179e0c2099ffe2a94f18c12b0e93db46.tar.gz
build: Use rules_python in Bazel build files
Change-Id: I737f08b5e3c834b6c40a1e91ba91d1e086f657ad Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/188690 Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ted Pudlik <tpudlik@google.com>
Diffstat (limited to 'pw_build')
-rw-r--r--pw_build/py/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_build/py/BUILD.bazel b/pw_build/py/BUILD.bazel
index 64cd1a63c..22a343614 100644
--- a/pw_build/py/BUILD.bazel
+++ b/pw_build/py/BUILD.bazel
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations under
# the License.
-load("@rules_python//python:defs.bzl", "py_library")
+load("@rules_python//python:defs.bzl", "py_binary", "py_library")
package(default_visibility = ["//visibility:public"])