|
|
@ -5,6 +5,7 @@ |
|
|
|
# license that can be found in the LICENSE file or at |
|
|
|
# license that can be found in the LICENSE file or at |
|
|
|
# https://developers.google.com/open-source/licenses/bsd |
|
|
|
# https://developers.google.com/open-source/licenses/bsd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load("@bazel_skylib//lib:selects.bzl", "selects") |
|
|
|
load("@pip_deps//:requirements.bzl", "requirement") |
|
|
|
load("@pip_deps//:requirements.bzl", "requirement") |
|
|
|
load("@rules_pkg//pkg:mappings.bzl", "pkg_files", "strip_prefix") |
|
|
|
load("@rules_pkg//pkg:mappings.bzl", "pkg_files", "strip_prefix") |
|
|
|
load("@rules_pkg//pkg:tar.bzl", "pkg_tar") |
|
|
|
load("@rules_pkg//pkg:tar.bzl", "pkg_tar") |
|
|
@ -12,7 +13,6 @@ load("@rules_python//python:packaging.bzl", "py_wheel") |
|
|
|
load("@system_python//:version.bzl", "SYSTEM_PYTHON_VERSION") |
|
|
|
load("@system_python//:version.bzl", "SYSTEM_PYTHON_VERSION") |
|
|
|
load("//:protobuf_version.bzl", "PROTOBUF_PYTHON_VERSION") |
|
|
|
load("//:protobuf_version.bzl", "PROTOBUF_PYTHON_VERSION") |
|
|
|
load("//bazel:py_proto_library.bzl", "py_proto_library") |
|
|
|
load("//bazel:py_proto_library.bzl", "py_proto_library") |
|
|
|
load("@bazel_skylib//lib:selects.bzl", "selects") |
|
|
|
|
|
|
|
load(":dist.bzl", "py_dist", "py_dist_module") |
|
|
|
load(":dist.bzl", "py_dist", "py_dist_module") |
|
|
|
|
|
|
|
|
|
|
|
licenses(["notice"]) |
|
|
|
licenses(["notice"]) |
|
|
|