blob: 0cf74af229d33bb4440aae163ed23a63af30a1f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PY23_LIBRARY()
PY_SRCS(
__init__.py
ports.py
)
PEERDIR(
contrib/python/ipdb
library/python/port_manager
library/python/testing/yatest_common
library/python/testing/yatest_lib
)
END()
|