ya.make 257 B

123456789101112131415161718192021222324
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. VERSION(Service-proxy-version)
  4. IF (PYTHON2)
  5. PEERDIR(
  6. contrib/python/PyYAML/py2
  7. )
  8. ELSE()
  9. PEERDIR(
  10. contrib/python/PyYAML/py3
  11. )
  12. ENDIF()
  13. NO_LINT()
  14. END()
  15. RECURSE(
  16. py2
  17. py3
  18. )