diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-12-01 12:02:50 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-12-01 13:28:10 +0300 |
commit | 0e578a4c44d4abd539d9838347b9ebafaca41dfb (patch) | |
tree | a0c1969c37f818c830ebeff9c077eacf30be6ef8 /contrib/python/rsa/py2/ya.make | |
parent | 84f2d3d4cc985e63217cff149bd2e6d67ae6fe22 (diff) | |
download | ydb-0e578a4c44d4abd539d9838347b9ebafaca41dfb.tar.gz |
Change "ya.make"
Diffstat (limited to 'contrib/python/rsa/py2/ya.make')
-rw-r--r-- | contrib/python/rsa/py2/ya.make | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/contrib/python/rsa/py2/ya.make b/contrib/python/rsa/py2/ya.make new file mode 100644 index 0000000000..f196afec21 --- /dev/null +++ b/contrib/python/rsa/py2/ya.make @@ -0,0 +1,46 @@ +# Generated by devtools/yamaker (pypi). + +PY2_LIBRARY() + +VERSION(4.5) + +LICENSE(Apache-2.0) + +PEERDIR( + contrib/python/pyasn1 +) + +NO_LINT() + +PY_SRCS( + TOP_LEVEL + rsa/__init__.py + rsa/_compat.py + rsa/asn1.py + rsa/cli.py + rsa/common.py + rsa/core.py + rsa/key.py + rsa/machine_size.py + rsa/parallel.py + rsa/pem.py + rsa/pkcs1.py + rsa/pkcs1_v2.py + rsa/prime.py + rsa/randnum.py + rsa/transform.py + rsa/util.py +) + +RESOURCE_FILES( + PREFIX contrib/python/rsa/py2/ + .dist-info/METADATA + .dist-info/entry_points.txt + .dist-info/top_level.txt +) + +END() + +RECURSE_FOR_TESTS( + tests +) |