aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/ya.make
blob: 2d717744ce2131cc98c780d0fd1ad7c1f018eb87 (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
)