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

OWNER(g:contrib orivej)

VERSION(3.9.10)

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

LICENSE(Python-2.0)

USE_PYTHON3()

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

CFLAGS(
    -DPy_BUILD_CORE
)

SRCS(
    src/Programs/python.c
)

END()