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

PY_SRCS(
    __init__.py
)

PEERDIR(
    build/plugins/lib/test_const
    contrib/python/PyYAML
    library/python/fs
    library/python/testing/recipe
)

END()