blob: 5b86a45a422cffb2b767ec97fb51d0f568f89d94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY23_LIBRARY()
STYLE_PYTHON()
PY_SRCS(
__init__.py
)
PEERDIR(
contrib/python/pathlib2
contrib/python/python-libarchive
)
END()
RECURSE_FOR_TESTS(
benchmark
test
)
|