aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-07-27 19:27:28 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-07-27 19:27:28 +0300
commit5edeeda12ed07dc28fab45815b5f14d6d0e04ed7 (patch)
tree851b5772c4b099ecda71236d2d782e4d04794fc6 /build/scripts
parent982fbeea664254bdd710cdff683d874c04270b2c (diff)
downloadydb-5edeeda12ed07dc28fab45815b5f14d6d0e04ed7.tar.gz
Remove excessive PEERDIR
The problem was introduced in rXXXXXX.
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/ya.make5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/scripts/ya.make b/build/scripts/ya.make
index b63874a7848..69a7bd572d2 100644
--- a/build/scripts/ya.make
+++ b/build/scripts/ya.make
@@ -102,11 +102,8 @@ ELSEIF(PY3)
TEST_SRCS(
build_info_gen.py
+ gen_yql_python_udf.py
)
ENDIF()
-PEERDIR(
- ydb/library/yql/public/udf
-)
-
END()