Searched refs:system_python (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/test/distrib/bazel/python/ |
| D | WORKSPACE | 24 load("@upb//bazel:system_python.bzl", "system_python") 26 system_python( 27 name = "system_python", 31 load("@system_python//:pip.bzl", "pip_parse")
|
| /external/grpc-grpc/test/distrib/bazel/python/ |
| D | WORKSPACE | 28 load("@com_google_protobuf//bazel:system_python.bzl", "system_python") 30 system_python( 31 name = "system_python", 35 load("@system_python//:pip.bzl", "pip_parse")
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
| D | WORKSPACE | 66 load("//bazel:system_python.bzl", "system_python") 67 system_python( 68 name = "system_python", 72 load("@system_python//:register.bzl", "register_system_python") 75 load("@system_python//:pip.bzl", "pip_parse")
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | WORKSPACE | 69 load("@upb//bazel:system_python.bzl", "system_python") 71 system_python( 72 name = "system_python", 76 load("@system_python//:pip.bzl", "pip_parse")
|
| /external/grpc-grpc/ |
| D | WORKSPACE | 88 load("@com_google_protobuf//bazel:system_python.bzl", "system_python") 90 system_python( 91 name = "system_python", 95 load("@system_python//:pip.bzl", system_pip_parse = "pip_parse")
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
| D | system_python.bzl | 226 # @system_python//:exists or @system_python//:supported constraints. 251 # The system_python() repository rule exposes information from the version of python installed in t… 254 # system_python( 265 # load("@system_python//:pip.bzl", "pip_install") 287 system_python = repository_rule(
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/python/pb_unit_tests/ |
| D | pyproto_test_wrapper.bzl | 19 "@system_python//:supported": [],
|
| D | BUILD | 62 "@system_python//:supported": [],
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/python/ |
| D | BUILD | 182 "@system_python//:none": ["@platforms//:incompatible"], 183 "@system_python//:unsupported": ["@platforms//:incompatible"],
|
| D | py_extension.bzl | 39 "//conditions:default": ["@system_python//:python_headers"],
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/ |
| D | make_cmakelists.py | 259 def system_python(self, **kwargs): member in WorkspaceFileFunctions
|