blob: ea0e14e5cae7738db28575f68053f32c20489836 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PY3_PROGRAM()
PY_SRCS(__main__.py)
PEERDIR(
contrib/python/requests
library/python/testing/recipe
library/python/testing/yatest_common
library/recipes/common
)
END()
RECURSE_FOR_TESTS(
examples
)
|