aboutsummaryrefslogtreecommitdiff
path: root/gazelle/testdata/python_ignore_dependencies_directive/BUILD.out
blob: 37ae4f9aa13334e4cf2f9f192ed6f66ba188f972 (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//pypi__boto3"],
)