aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/handlers/package/opts/ya.make
blob: f13c20f4b58ca80dfc32e5212f89ce1bc02f27f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

PEERDIR(
    devtools/ya/build/build_opts
    devtools/ya/core
    devtools/ya/core/yarg
    devtools/ya/exts
    devtools/ya/package/const
    devtools/ya/test/const
    devtools/ya/test/opts
)

STYLE_PYTHON()

END()