aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/docker_compose/lib/ya.make
blob: c71dbf24d14869f8a7c9937a3a0f7125e7571cb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

PEERDIR(
    contrib/python/PyYAML
    devtools/ya/test/const
    library/python/fs
    library/python/testing/recipe
)

END()