diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-18 16:10:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-18 16:58:30 +0300 |
commit | cf82f2051358f5c26f05b423a0ee11f4098135b3 (patch) | |
tree | b91b32b3b1f0141d7eb109be90408607d6bd792d | |
parent | 9e876c7c66440327e3bba353d37e99d68eabb0b9 (diff) | |
download | ydb-cf82f2051358f5c26f05b423a0ee11f4098135b3.tar.gz |
Intermediate changes
commit_hash:61ff8a8c3d0fbb9a46eb08e98622c938039bc8a9
-rw-r--r-- | contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/apache/arrow/ya.make | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make b/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make index 6c0a186f88..689ff96961 100644 --- a/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make +++ b/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make @@ -2,12 +2,12 @@ PY3_LIBRARY() -VERSION(5.0.0) - LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(5.0.0) + PEERDIR( contrib/libs/apache/arrow contrib/libs/python diff --git a/contrib/libs/apache/arrow/ya.make b/contrib/libs/apache/arrow/ya.make index 1eedb9f95d..f4ed4463d1 100644 --- a/contrib/libs/apache/arrow/ya.make +++ b/contrib/libs/apache/arrow/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 24.05. +# Generated by devtools/yamaker from nixpkgs 23.05. LIBRARY() |