diff options
| author | robot-piglet <[email protected]> | 2024-03-07 22:57:35 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-03-07 23:10:42 +0300 |
| commit | acf76c30586f66e464c4ec86c3e78f1c62b2bf6b (patch) | |
| tree | 1c4a6d7fa581e039e3ec8a42dcad60838fcc4139 /contrib/python | |
| parent | 8e1f2488ae4aa7b6986a119d5df78fb0481ff41d (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/psutil/py2/ya.make | 1 | ||||
| -rw-r--r-- | contrib/python/psutil/py3/ya.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/psutil/py2/ya.make b/contrib/python/psutil/py2/ya.make index 0e3d24c4d04..6c4bb9e3248 100644 --- a/contrib/python/psutil/py2/ya.make +++ b/contrib/python/psutil/py2/ya.make @@ -11,6 +11,7 @@ NO_LINT() NO_CHECK_IMPORTS( psutil._psaix psutil._psbsd + psutil._pslinux psutil._psosx psutil._pssunos psutil._psutil_bsd diff --git a/contrib/python/psutil/py3/ya.make b/contrib/python/psutil/py3/ya.make index 5ae4714a6ac..3c2c3464ab4 100644 --- a/contrib/python/psutil/py3/ya.make +++ b/contrib/python/psutil/py3/ya.make @@ -11,6 +11,7 @@ NO_LINT() NO_CHECK_IMPORTS( psutil._psaix psutil._psbsd + psutil._pslinux psutil._psosx psutil._pssunos psutil._psutil_bsd |
