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

PROVIDES(python)

OWNER(g:contrib orivej)

LICENSE(Python-2.0)

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

SUPPRESSIONS(lsan.supp) 
 
END()