aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/package_manager/pnpm/ya.make
blob: b2f2727c3f2c1a723e86ebe27fa02b9b425abb9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PY23_LIBRARY()

OWNER(dankolesnikov)

PY_SRCS(
    __init__.py
    lockfile.py
    package_manager.py
    workspace.py
    utils.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager/base
    contrib/python/PyYAML
    contrib/python/six
)

END()

RECURSE_FOR_TESTS(
    tests
)