aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/postgresql/ya.make
blob: 9b17790f6ffe2f46a89930722492715bfaff18c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY3_PROGRAM(postgresql_recipe)

PEERDIR(
    library/python/testing/recipe
    library/python/testing/yatest_common
)

PY_SRCS(__main__.py)

END()