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

# gazelle:python_root

py_library(
    name = "three",
    srcs = ["__init__.py"],
    visibility = ["//three:__subpackages__"],
    deps = [
        "//one/bar",
        "//one/bar/baz",
        "//one/foo",
    ],
)