diff options
| author | robot-piglet <[email protected]> | 2026-06-13 23:31:21 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-06-13 23:48:53 +0300 |
| commit | 8fe8d01bcb3c7f01341d506b04dcd47e53cb77c9 (patch) | |
| tree | 286a5d36af7e4e71d4a7b1b7411103e1caeac488 /contrib/python | |
| parent | b3e4bcb674ecc7a1d93db37d5664056a5809c0ff (diff) | |
Intermediate changes
commit_hash:4cb4e9df95e9d16b9ff52d61fac02cd8884b1f34
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/wheel/ya.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/python/wheel/ya.make b/contrib/python/wheel/ya.make index b0c0af58c78..1bf947a7442 100644 --- a/contrib/python/wheel/ya.make +++ b/contrib/python/wheel/ya.make @@ -12,6 +12,11 @@ PEERDIR( NO_LINT() +NO_CHECK_IMPORTS( + wheel._bdist_wheel + wheel.bdist_wheel +) + PY_SRCS( TOP_LEVEL wheel/__init__.py |
