aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/lib/ya.make
blob: c78425d6cfc33c5f89f0731bd84db86739b6fd10 (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()