ya.make 291 B

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