diff options
author | deshevoy <deshevoy@yandex-team.com> | 2024-11-15 00:45:56 +0300 |
---|---|---|
committer | deshevoy <deshevoy@yandex-team.com> | 2024-11-15 00:57:28 +0300 |
commit | a9f9f25b22ad72d8c942aaa4babad5d71958561e (patch) | |
tree | 40ddf9f0920d1ba44fa5a3d56ead6cbff2286194 /build/conf | |
parent | ea4efd148c04ba3a8682fea3c59b58baf172548e (diff) | |
download | ydb-a9f9f25b22ad72d8c942aaa4babad5d71958561e.tar.gz |
[build] ros: Add Python support
commit_hash:72c9a8fb687ae6bec48f141dc2d8d7eb75ed1500
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/python.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 7ef32eb719..214687990b 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -891,7 +891,7 @@ macro PYTHON3_ADDINCL() { macro _ARCADIA_PYTHON3_ADDINCL() { _PYTHON3_ADDINCL() SET(MODULE_TAG PY3) - SET(PEERDIR_TAGS PY3 PY3_BIN_LIB PY3TEST_LIBRARY PY3_NATIVE PY3_PROTO PY3_FBS YQL_UDF_STATIC __EMPTY__ RESOURCE_LIB DLL_LIB) + SET(PEERDIR_TAGS PY3 PY3_BIN_LIB PY3TEST_LIBRARY PY3_NATIVE PY3_PROTO PY3_FBS PY3_ROS YQL_UDF_STATIC __EMPTY__ RESOURCE_LIB DLL_LIB) } # tag:python-specific tag:internal |