summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py2
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/py2
parentb38ec6c6c6fe34761072bacc779389b9935edcf8 (diff)
Revert "fix cryptography imports" (#46219)
Diffstat (limited to 'contrib/python/pyOpenSSL/py2')
-rw-r--r--contrib/python/pyOpenSSL/py2/ya.make2
1 files changed, 1 insertions, 1 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
)