chore: remove non-bzlmod dep on @internal_platforms_do_not_use//host:constraints.bzl now that root workspace is bzlmod-only (#916)

This commit is contained in:
Greg Magolan 2024-08-20 16:14:37 -04:00 committed by GitHub
parent 11aacaf5df
commit 0870fadf4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -265,12 +265,7 @@ bzl_library(
"@host_platform//:constraints.bzl", # keep
"@local_config_platform//:constraints.bzl", # keep
"@platforms//host:constraints.bzl", # keep
] + (select({
"@aspect_bazel_lib//lib:bzlmod": [],
"//conditions:default": [
"@internal_platforms_do_not_use//host:constraints.bzl", # keep
],
}) if is_bazel_7_or_greater() else []),
visibility = ["//lib:__subpackages__"],
deps = [], # keep
)