aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/python_ignore_dependencies_directive/BUILD.out
blob: 7afe61b5b55d87727b7049c187c9346dcb4411f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
load("@rules_python//python:defs.bzl", "py_library")

# gazelle:python_ignore_dependencies foo,bar, baz
# gazelle:python_ignore_dependencies foo.bar.baz

py_library(
    name = "python_ignore_dependencies_directive",
    srcs = ["__init__.py"],
    visibility = ["//:__subpackages__"],
    deps = ["@gazelle_python_test//boto3"],
)