dep-protobuf/python/dist
Mike Kruskal 248ed86f2b Add better handling for systems without python3 installed.
The current behavior will crash any Bazel command immediately, due to our declared pip dependencies in WORKSPACE, if python3 can't be found.  The new behavior will mock out these workspace dependencies and allow any non-python targets to run.  Python targets will be skipped by wildcard expressions if there's no system python3, and will fail when run directly, due to compatibility mismatch.

PiperOrigin-RevId: 492085254
2022-11-30 19:55:26 -08:00
..
BUILD.bazel Add better handling for systems without python3 installed. 2022-11-30 19:55:26 -08:00
dist.bzl Internal change 2022-10-13 11:31:17 -07:00