ya.make 233 B

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