aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-12-01 12:02:50 +0300
committeralexv-smirnov <alex@ydb.tech>2023-12-01 13:28:10 +0300
commit0e578a4c44d4abd539d9838347b9ebafaca41dfb (patch)
treea0c1969c37f818c830ebeff9c077eacf30be6ef8 /contrib/python/pyOpenSSL/py3/ya.make
parent84f2d3d4cc985e63217cff149bd2e6d67ae6fe22 (diff)
downloadydb-0e578a4c44d4abd539d9838347b9ebafaca41dfb.tar.gz
Change "ya.make"
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/ya.make')
-rw-r--r--contrib/python/pyOpenSSL/py3/ya.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/contrib/python/pyOpenSSL/py3/ya.make b/contrib/python/pyOpenSSL/py3/ya.make
new file mode 100644
index 0000000000..8f449cc38b
--- /dev/null
+++ b/contrib/python/pyOpenSSL/py3/ya.make
@@ -0,0 +1,37 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(21.0.0)
+
+LICENSE(Apache-2.0)
+
+PEERDIR(
+ contrib/python/cryptography
+ contrib/python/six
+)
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ OpenSSL/SSL.py
+ OpenSSL/__init__.py
+ OpenSSL/_util.py
+ OpenSSL/crypto.py
+ OpenSSL/debug.py
+ OpenSSL/rand.py
+ OpenSSL/version.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/pyOpenSSL/py3/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ tests
+)