aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/ya.make
blob: fc95aaca6410bc1ddf83b88997698a4af61c3d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PROGRAM(python)

OWNER(g:contrib orivej)

LICENSE(PSF-2.0)

VERSION(2.7.16)

ORIGINAL_SOURCE(https://github.com/python/cpython)

PEERDIR(
    contrib/tools/python/libpython
    contrib/tools/python/src/Modules/_sqlite
)

END()

RECURSE_FOR_TESTS(
    tests
)