| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Tools supporting Fuchsia Bazel rules. | |
| load("@rules_python//python:defs.bzl", "py_binary") | |
| package(default_visibility = ["//visibility:public"]) | |
| py_binary( | |
| name = "package_checker", | |
| srcs = ["package_checker.py"], | |
| python_version = "PY3", | |
| ) |