Skip to content

Commit 36d31f6

Browse files
authored
add label for python_import_all_repositories
1 parent 8dcd6c9 commit 36d31f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/common_labels.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ labels = struct(
1919
PRECOMPILE = str(Label("//python/config_settings:precompile")),
2020
PRECOMPILE_SOURCE_RETENTION = str(Label("//python/config_settings:precompile_source_retention")),
2121
PYC_COLLECTION = str(Label("//python/config_settings:pyc_collection")),
22+
PYTHON_IMPORT_ALL_REPOSITORIES = str(Label("//python/config_settings:experimental_python_import_all_repositories")),
2223
PYTHON_SRC = str(Label("//python/bin:python_src")),
2324
PYTHON_VERSION = str(Label("//python/config_settings:python_version")),
2425
PYTHON_VERSION_MAJOR_MINOR = str(Label("//python/config_settings:python_version_major_minor")),

0 commit comments

Comments
 (0)