summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/grpcio/py2/ya.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/grpcio/py2/ya.make b/contrib/python/grpcio/py2/ya.make
index 3e014d610a1..28284887b3a 100644
--- a/contrib/python/grpcio/py2/ya.make
+++ b/contrib/python/grpcio/py2/ya.make
@@ -14,7 +14,7 @@ VERSION(1.50.0)
ORIGINAL_SOURCE(mirror://pypi/g/grpcio/grpcio-1.50.0.tar.gz)
PEERDIR(
- contrib/libs/grpc
+ contrib/restricted/grpc_py2
contrib/python/six
)
@@ -24,9 +24,9 @@ PEERDIR(
)
ADDINCL(
- ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc
- contrib/libs/grpc
- contrib/libs/grpc/include
+ ${ARCADIA_BUILD_ROOT}/contrib/restricted/grpc_py2
+ contrib/restricted/grpc_py2
+ contrib/restricted/grpc_py2/include
FOR
cython
contrib/python/grpcio/py2