ya.make 223 B

123456789101112131415161718
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. IF (PYTHON2)
  4. PEERDIR(contrib/python/tornado/tornado-4)
  5. ELSE()
  6. PEERDIR(contrib/python/tornado/tornado-6)
  7. ENDIF()
  8. NO_LINT()
  9. END()
  10. RECURSE(
  11. tornado-4
  12. tornado-6
  13. )