ya.make 190 B

12345678910111213141516
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. IF (PYTHON2)
  4. PEERDIR(contrib/python/protobuf/py2)
  5. ELSE()
  6. PEERDIR(contrib/python/protobuf/py3)
  7. ENDIF()
  8. END()
  9. RECURSE(
  10. py2
  11. py3
  12. )