aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/clickhouse/recipe/ya.make
blob: 3cd49b930e80faefc0f2fb48a88ff66006f6a3d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
IF (NOT OS_WINDOWS)

PY3_LIBRARY()

PY_SRCS(__init__.py)

PEERDIR(
    contrib/python/requests

    library/python/testing/recipe
    library/python/testing/yatest_common
    library/recipes/common
)

END()

ENDIF()