ya.make 259 B

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