Skip to content

Commit 9e07e1d

Browse files
vitalyisaev2EgorkaZ
authored andcommitted
Fixed missing PEERDIR in ydb/public/tools/lib/cmds (ydb-platform#1856)
1 parent 3edaf8c commit 9e07e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/public/tools/lib/cmds/ya.make

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ PY_SRCS(
44
)
55

66
PEERDIR(
7-
ydb/tests/library
7+
contrib/python/six
88
library/python/testing/recipe
9+
ydb/tests/library
910
)
1011

1112
END()

0 commit comments

Comments
 (0)