summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL
diff options
context:
space:
mode:
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()