summaryrefslogtreecommitdiffstats
path: root/contrib/python/PyJWT
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/PyJWT
parentb38ec6c6c6fe34761072bacc779389b9935edcf8 (diff)
Revert "fix cryptography imports" (#46219)
Diffstat (limited to 'contrib/python/PyJWT')
-rw-r--r--contrib/python/PyJWT/py2/ya.make2
-rw-r--r--contrib/python/PyJWT/py3/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/PyJWT/py2/ya.make b/contrib/python/PyJWT/py2/ya.make
index 36c2f4c566a..57a9352fba1 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/py2
+ contrib/python/cryptography
)
NO_LINT()
diff --git a/contrib/python/PyJWT/py3/ya.make b/contrib/python/PyJWT/py3/ya.make
index 515369429b1..3be98b643ed 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/py3
+ contrib/python/cryptography
)
NO_LINT()