diff options
author | thegeorg <[email protected]> | 2025-06-21 00:32:12 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-06-21 00:49:01 +0300 |
commit | 55316cf27ec6893e10169f521113d8fa1639e1e4 (patch) | |
tree | 5e09e62ac817e229c07fbb743dab1d3dfb611ee4 /contrib/python | |
parent | f973252cef2252054cfa38a3384c5f63c6c57ed6 (diff) |
Merge numerous abseil-cpp-tstring sublibraries to ease unbundling
commit_hash:257c1f495ecb3aac071ea951e8384c5b7d0a5251
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/protobuf/py3/.yandex_meta/build.ym | 3 | ||||
-rw-r--r-- | contrib/python/protobuf/py3/ya.make | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/contrib/python/protobuf/py3/.yandex_meta/build.ym b/contrib/python/protobuf/py3/.yandex_meta/build.ym index 34189e4f65f..e3ae342067e 100644 --- a/contrib/python/protobuf/py3/.yandex_meta/build.ym +++ b/contrib/python/protobuf/py3/.yandex_meta/build.ym @@ -24,8 +24,7 @@ PEERDIR( contrib/libs/protobuf/builtin_proto/protos_from_protobuf contrib/libs/protobuf/builtin_proto/protos_from_protoc contrib/libs/python - contrib/restricted/abseil-cpp-tstring/y_absl/strings - contrib/restricted/abseil-cpp-tstring/y_absl/log + contrib/restricted/abseil-cpp-tstring ) NO_LINT() diff --git a/contrib/python/protobuf/py3/ya.make b/contrib/python/protobuf/py3/ya.make index da1daa078e2..ecdfe4d4faf 100644 --- a/contrib/python/protobuf/py3/ya.make +++ b/contrib/python/protobuf/py3/ya.make @@ -20,8 +20,7 @@ PEERDIR( contrib/libs/protobuf/builtin_proto/protos_from_protobuf contrib/libs/protobuf/builtin_proto/protos_from_protoc contrib/libs/python - contrib/restricted/abseil-cpp-tstring/y_absl/strings - contrib/restricted/abseil-cpp-tstring/y_absl/log + contrib/restricted/abseil-cpp-tstring ) NO_LINT() |