ya.make 308 B

12345678910111213141516171819202122232425
  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. )
  16. END()
  17. RECURSE_FOR_TESTS(
  18. tests
  19. )