ya.make 222 B

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