aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/protobuf/runtime/ya.make
blob: 0bb52fffe631dde2402e3e00a9031dfc1fda8d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_LIBRARY()

IF (USE_VANILLA_PROTOC AND NOT PYTHON2)
    PEERDIR(
        contrib/python/protobuf_std
    )
ELSE()
    PEERDIR(
        contrib/python/protobuf
    )
ENDIF()

END()