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 | |
| parent | e78a9f66eeb2ec3ccd8712bea29b3e7197519df0 (diff) | |
fix cryptography imports
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/PyJWT/py2/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/PyJWT/py3/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/moto/py3/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/pyOpenSSL/py2/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/pyOpenSSL/py3/ya.make | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/PyJWT/py2/ya.make b/contrib/python/PyJWT/py2/ya.make index 57a9352fba1..36c2f4c566a 100644 --- a/contrib/python/PyJWT/py2/ya.make +++ b/contrib/python/PyJWT/py2/ya.make @@ -7,7 +7,7 @@ VERSION(1.7.1) LICENSE(MIT) PEERDIR( - contrib/python/cryptography + contrib/python/cryptography/py2 ) NO_LINT() diff --git a/contrib/python/PyJWT/py3/ya.make b/contrib/python/PyJWT/py3/ya.make index 3be98b643ed..515369429b1 100644 --- a/contrib/python/PyJWT/py3/ya.make +++ b/contrib/python/PyJWT/py3/ya.make @@ -7,7 +7,7 @@ VERSION(2.4.0) LICENSE(MIT) PEERDIR( - contrib/python/cryptography + contrib/python/cryptography/py3 ) NO_LINT() diff --git a/contrib/python/moto/py3/ya.make b/contrib/python/moto/py3/ya.make index 0c690071355..4b70d2cebb2 100644 --- a/contrib/python/moto/py3/ya.make +++ b/contrib/python/moto/py3/ya.make @@ -12,7 +12,7 @@ PEERDIR( contrib/python/Werkzeug contrib/python/boto3 contrib/python/botocore - contrib/python/cryptography + contrib/python/cryptography/py3 contrib/python/python-dateutil contrib/python/requests contrib/python/responses 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() |
