diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-03 23:57:30 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-03 23:57:30 +0300 |
commit | 3b3a38bf9d40f30c5481729e2db387542f01fcba (patch) | |
tree | ddf7f8276d65281305cd81bab4c9f63c8d306413 /library/python/symbols/module | |
parent | be7ba98562198959473aae35800cd0e1a9e20b87 (diff) | |
download | ydb-3b3a38bf9d40f30c5481729e2db387542f01fcba.tar.gz |
Get rid of excessive PEERDIRs
Diffstat (limited to 'library/python/symbols/module')
-rw-r--r-- | library/python/symbols/module/ya.make | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/python/symbols/module/ya.make b/library/python/symbols/module/ya.make index 87bcd72b4a..f1cb0651e0 100644 --- a/library/python/symbols/module/ya.make +++ b/library/python/symbols/module/ya.make @@ -2,10 +2,6 @@ PY23_LIBRARY() NO_PYTHON_INCLUDES() -PEERDIR( - contrib/libs/python/Include -) - SRCS( module.cpp ) |