aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/asn1crypto/py3/ya.make
diff options
context:
space:
mode:
authorvitalyisaev <vitalyisaev@ydb.tech>2023-11-14 09:58:56 +0300
committervitalyisaev <vitalyisaev@ydb.tech>2023-11-14 10:20:20 +0300
commitc2b2dfd9827a400a8495e172a56343462e3ceb82 (patch)
treecd4e4f597d01bede4c82dffeb2d780d0a9046bd0 /contrib/python/asn1crypto/py3/ya.make
parentd4ae8f119e67808cb0cf776ba6e0cf95296f2df7 (diff)
downloadydb-c2b2dfd9827a400a8495e172a56343462e3ceb82.tar.gz
YQ Connector: move tests from yql to ydb (OSS)
Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
Diffstat (limited to 'contrib/python/asn1crypto/py3/ya.make')
-rw-r--r--contrib/python/asn1crypto/py3/ya.make44
1 files changed, 44 insertions, 0 deletions
diff --git a/contrib/python/asn1crypto/py3/ya.make b/contrib/python/asn1crypto/py3/ya.make
new file mode 100644
index 0000000000..ef1a15a2d8
--- /dev/null
+++ b/contrib/python/asn1crypto/py3/ya.make
@@ -0,0 +1,44 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(1.5.1)
+
+LICENSE(MIT)
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ asn1crypto/__init__.py
+ asn1crypto/_errors.py
+ asn1crypto/_inet.py
+ asn1crypto/_int.py
+ asn1crypto/_iri.py
+ asn1crypto/_ordereddict.py
+ asn1crypto/_teletex_codec.py
+ asn1crypto/_types.py
+ asn1crypto/algos.py
+ asn1crypto/cms.py
+ asn1crypto/core.py
+ asn1crypto/crl.py
+ asn1crypto/csr.py
+ asn1crypto/keys.py
+ asn1crypto/ocsp.py
+ asn1crypto/parser.py
+ asn1crypto/pdf.py
+ asn1crypto/pem.py
+ asn1crypto/pkcs12.py
+ asn1crypto/tsp.py
+ asn1crypto/util.py
+ asn1crypto/version.py
+ asn1crypto/x509.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/asn1crypto/py3/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
+END()