aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out')
-rw-r--r--gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out b/gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out
index 577f167..9d6904f 100644
--- a/gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out
+++ b/gazelle/python/testdata/with_third_party_requirements_from_imports/BUILD.out
@@ -8,8 +8,8 @@ py_library(
],
visibility = ["//:__subpackages__"],
deps = [
- "@gazelle_python_test_google_cloud_aiplatform//:pkg",
- "@gazelle_python_test_google_cloud_storage//:pkg",
+ "@gazelle_python_test//google_cloud_aiplatform",
+ "@gazelle_python_test//google_cloud_storage",
],
)
@@ -20,6 +20,6 @@ py_binary(
visibility = ["//:__subpackages__"],
deps = [
":with_third_party_requirements_from_imports",
- "@gazelle_python_test_google_cloud_aiplatform//:pkg",
+ "@gazelle_python_test//google_cloud_aiplatform",
],
)