aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/lib/ya.make
blob: ce0b27a92fd44e66524713ba0c52f30a1f74fa30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

PROVIDES(python)

LICENSE(Python-2.0)

PEERDIR(
    contrib/tools/python3/src
    contrib/tools/python3/src/Lib
    contrib/tools/python3/src/Modules
)

SUPPRESSIONS(lsan.supp)

END()