blob: 0cc2e5a63443edc167ae2f0255ab3fcb757c1ced (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
|
RECURSE(
bin
)
PY23_LIBRARY()
PY_SRCS(
__init__.py
base.py
configurator_setup.py
dynamic.py
static.py
templates.py
types.py
utils.py
validation.py
)
IF (PYTHON2)
PEERDIR(
contrib/deprecated/python/enum34
)
ENDIF()
PEERDIR(
cloud/blockstore/config
cloud/filestore/config
contrib/python/protobuf
contrib/python/PyYAML
contrib/python/jsonschema
contrib/python/requests
contrib/python/six
ydb/tools/cfg/walle
library/cpp/resource
contrib/ydb/core/protos
)
END()
|