diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-07 22:57:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-07 23:10:42 +0300 |
commit | acf76c30586f66e464c4ec86c3e78f1c62b2bf6b (patch) | |
tree | 1c4a6d7fa581e039e3ec8a42dcad60838fcc4139 /contrib | |
parent | 8e1f2488ae4aa7b6986a119d5df78fb0481ff41d (diff) | |
download | ydb-acf76c30586f66e464c4ec86c3e78f1c62b2bf6b.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-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 0e3d24c4d0..6c4bb9e324 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 5ae4714a6a..3c2c3464ab 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 |