diff options
| author | robot-piglet <[email protected]> | 2025-10-24 21:33:40 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-10-24 21:53:27 +0300 |
| commit | 3716a57f5fa421b002f9d57f2cf57d4ea31bc066 (patch) | |
| tree | aac3fa487ee0080a6f74542c54cb5a362216dff9 /contrib/python/grpcio | |
| parent | 2d2b35719f979ed8e5b3d9f845a23d85ac2b668a (diff) | |
Intermediate changes
commit_hash:e779fcfb6ef6274fe74eb3d16b6fa314eba7ee5c
Diffstat (limited to 'contrib/python/grpcio')
| -rw-r--r-- | contrib/python/grpcio/py2/ya.make | 8 |
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 |
