aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2025-01-10 12:20:38 +0300
committerthegeorg <thegeorg@yandex-team.com>2025-01-10 12:50:04 +0300
commit9fcd0f53bb5bf1b0fb2d1b0418bffecb82d5375b (patch)
tree7be03d1af2f440f6573893919e1b52ea92202248
parent5c20e0857dcce24ffc495af63535d27e5010edc4 (diff)
downloadydb-9fcd0f53bb5bf1b0fb2d1b0418bffecb82d5375b.tar.gz
contrib/libs/apache/avro: Remove excessive PEERDIR to boost/format
commit_hash:a0b38849e1c0e987a68396e13dde7ca2bfed0fbd
-rw-r--r--contrib/libs/apache/avro/.yandex_meta/__init__.py1
-rw-r--r--contrib/libs/apache/avro/ya.make1
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/libs/apache/avro/.yandex_meta/__init__.py b/contrib/libs/apache/avro/.yandex_meta/__init__.py
index 87d048e50d..94d44b84e8 100644
--- a/contrib/libs/apache/avro/.yandex_meta/__init__.py
+++ b/contrib/libs/apache/avro/.yandex_meta/__init__.py
@@ -10,7 +10,6 @@ def post_install(self):
boost.make_arcdir("any"),
boost.make_arcdir("asio"),
boost.make_arcdir("crc"),
- boost.make_arcdir("format"),
boost.make_arcdir("math"),
]
diff --git a/contrib/libs/apache/avro/ya.make b/contrib/libs/apache/avro/ya.make
index fe16642795..d4fa25728d 100644
--- a/contrib/libs/apache/avro/ya.make
+++ b/contrib/libs/apache/avro/ya.make
@@ -19,7 +19,6 @@ PEERDIR(
contrib/restricted/boost/any
contrib/restricted/boost/asio
contrib/restricted/boost/crc
- contrib/restricted/boost/format
contrib/restricted/boost/iostreams
contrib/restricted/boost/math
)