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