ya.make 467 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_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/py2/
  22. .dist-info/METADATA
  23. .dist-info/top_level.txt
  24. )
  25. END()