diff options
| author | Pavel Efarinov <[email protected]> | 2026-06-29 15:04:20 +0300 |
|---|---|---|
| committer | Pavel Efarinov <[email protected]> | 2026-06-29 15:04:20 +0300 |
| commit | 05f0e2f1e053aee0690aea943899cda5fc39a958 (patch) | |
| tree | 9d8b6b6e119f9bdcd74d0ae586bd9ccc170eed43 /contrib/python/pyOpenSSL | |
| parent | e78a9f66eeb2ec3ccd8712bea29b3e7197519df0 (diff) | |
fix cryptography imports
Diffstat (limited to 'contrib/python/pyOpenSSL')
| -rw-r--r-- | contrib/python/pyOpenSSL/py2/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/pyOpenSSL/py3/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/pyOpenSSL/py2/ya.make b/contrib/python/pyOpenSSL/py2/ya.make index 6c1e686c4f8..61ed4e98800 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 + contrib/python/cryptography/py2 contrib/python/six ) diff --git a/contrib/python/pyOpenSSL/py3/ya.make b/contrib/python/pyOpenSSL/py3/ya.make index 08bed6fbc0f..eeab889714e 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 + contrib/python/cryptography/py3 ) NO_LINT() |
