We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcd6c9 commit 36d31f6Copy full SHA for 36d31f6
python/private/common_labels.bzl
@@ -19,6 +19,7 @@ labels = struct(
19
PRECOMPILE = str(Label("//python/config_settings:precompile")),
20
PRECOMPILE_SOURCE_RETENTION = str(Label("//python/config_settings:precompile_source_retention")),
21
PYC_COLLECTION = str(Label("//python/config_settings:pyc_collection")),
22
+ PYTHON_IMPORT_ALL_REPOSITORIES = str(Label("//python/config_settings:experimental_python_import_all_repositories")),
23
PYTHON_SRC = str(Label("//python/bin:python_src")),
24
PYTHON_VERSION = str(Label("//python/config_settings:python_version")),
25
PYTHON_VERSION_MAJOR_MINOR = str(Label("//python/config_settings:python_version_major_minor")),
0 commit comments