ya.make 499 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(21.0.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/cryptography
  7. contrib/python/six
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. OpenSSL/SSL.py
  13. OpenSSL/__init__.py
  14. OpenSSL/_util.py
  15. OpenSSL/crypto.py
  16. OpenSSL/debug.py
  17. OpenSSL/rand.py
  18. OpenSSL/version.py
  19. )
  20. RESOURCE_FILES(
  21. PREFIX contrib/python/pyOpenSSL/py3/
  22. .dist-info/METADATA
  23. .dist-info/top_level.txt
  24. )
  25. END()
  26. RECURSE_FOR_TESTS(
  27. tests
  28. )