12345678910111213141516171819202122232425 |
- SUBSCRIBER(g:frontend_build_platform)
- PY3_LIBRARY()
- STYLE_PYTHON()
- PY_SRCS(
- __init__.py
- constants.py
- lockfile.py
- package_manager.py
- workspace.py
- utils.py
- )
- PEERDIR(
- build/plugins/lib/nots/package_manager/base
- contrib/python/PyYAML
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|