ya.make 331 B

1234567891011121314151617181920212223242526
  1. SUBSCRIBER(g:frontend_build_platform)
  2. PY3_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. __init__.py
  6. constants.py
  7. lockfile.py
  8. package_manager.py
  9. workspace.py
  10. utils.py
  11. )
  12. PEERDIR(
  13. build/plugins/lib/nots/package_manager/base
  14. contrib/python/PyYAML
  15. contrib/python/six
  16. )
  17. END()
  18. RECURSE_FOR_TESTS(
  19. tests
  20. )