aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/python/ya.make
blob: 7b5a67e29768998a1cd01df8b80f324046adaf95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY23_LIBRARY()
 
WITHOUT_LICENSE_TEXTS()

LICENSE(Apache-2.0)

OWNER(
    akastornov
    g:contrib
    g:cpp-contrib
)
 
PEERDIR( 
    contrib/libs/grpc/src/python/grpcio 
) 
 
END() 
 
RECURSE_ROOT_RELATIVE( 
    contrib/libs/grpc/src/python/grpcio 
)