aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/common/ya.make
blob: bb8569f57d432734e343e92283e7ecf2c4b05b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY23_LIBRARY()

PEERDIR(
    contrib/python/psutil
)

PY_SRCS(
    __init__.py
)

END()