aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/with_third_party_requirements/BUILD.out')
-rw-r--r--gazelle/python/testdata/with_third_party_requirements/BUILD.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/gazelle/python/testdata/with_third_party_requirements/BUILD.out b/gazelle/python/testdata/with_third_party_requirements/BUILD.out
index 2a97d8b..c9330d9 100644
--- a/gazelle/python/testdata/with_third_party_requirements/BUILD.out
+++ b/gazelle/python/testdata/with_third_party_requirements/BUILD.out
@@ -9,9 +9,9 @@ py_library(
],
visibility = ["//:__subpackages__"],
deps = [
- "@gazelle_python_test_baz//:pkg",
- "@gazelle_python_test_boto3//:pkg",
- "@gazelle_python_test_djangorestframework//:pkg",
+ "@gazelle_python_test//baz",
+ "@gazelle_python_test//boto3",
+ "@gazelle_python_test//djangorestframework",
],
)
@@ -20,5 +20,5 @@ py_binary(
srcs = ["__main__.py"],
main = "__main__.py",
visibility = ["//:__subpackages__"],
- deps = ["@gazelle_python_test_baz//:pkg"],
+ deps = ["@gazelle_python_test//baz"],
)