summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL
diff options
context:
space:
mode:
authorPavel <[email protected]>2026-07-11 10:23:01 +0300
committerGitHub <[email protected]>2026-07-11 07:23:01 +0000
commitd26f32b97423b590f6b1e96f7d78f247434f35dd (patch)
tree6618cbef1bb2dd4cdd42955efb6f23f79df22227 /contrib/python/pyOpenSSL
parentb38ec6c6c6fe34761072bacc779389b9935edcf8 (diff)
Revert "fix cryptography imports" (#46219)
Diffstat (limited to 'contrib/python/pyOpenSSL')
-rw-r--r--contrib/python/pyOpenSSL/py2/ya.make2
-rw-r--r--contrib/python/pyOpenSSL/py3/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/pyOpenSSL/py2/ya.make b/contrib/python/pyOpenSSL/py2/ya.make
index 61ed4e98800..6c1e686c4f8 100644
--- a/contrib/python/pyOpenSSL/py2/ya.make
+++ b/contrib/python/pyOpenSSL/py2/ya.make
@@ -7,7 +7,7 @@ VERSION(21.0.0)
LICENSE(Apache-2.0)
PEERDIR(
- contrib/python/cryptography/py2
+ contrib/python/cryptography
contrib/python/six
)
diff --git a/contrib/python/pyOpenSSL/py3/ya.make b/contrib/python/pyOpenSSL/py3/ya.make
index eeab889714e..08bed6fbc0f 100644
--- a/contrib/python/pyOpenSSL/py3/ya.make
+++ b/contrib/python/pyOpenSSL/py3/ya.make
@@ -9,7 +9,7 @@ VERSION(23.0.0)
LICENSE(Apache-2.0)
PEERDIR(
- contrib/python/cryptography/py3
+ contrib/python/cryptography
)
NO_LINT()