aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-08-04 19:35:51 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-08-04 20:54:26 +0300
commit6ef797091b0880091a909294c08d38bad6ab5cf4 (patch)
treeb549abecc3dcdda61db7b82fc99cd55ed1a437ce /contrib/libs/python/Include
parenta17273c6bdcbe09729517de26161313ad55dc1f8 (diff)
downloadydb-6ef797091b0880091a909294c08d38bad6ab5cf4.tar.gz
Get rid of contrib/libs/python/Include module
Свели все зависимости к contrib/libs/python
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r--contrib/libs/python/Include/ya.make23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make
deleted file mode 100644
index 569cd71c246..00000000000
--- a/contrib/libs/python/Include/ya.make
+++ /dev/null
@@ -1,23 +0,0 @@
-PY23_LIBRARY()
-
-WITHOUT_LICENSE_TEXTS()
-
-LICENSE(Service-Py23-Proxy)
-
-NO_PYTHON_INCLUDES()
-
-ADDINCL(GLOBAL contrib/libs/python/Include)
-
-IF (PYTHON2)
- CFLAGS(GLOBAL -DUSE_PYTHON2)
- PEERDIR(
- contrib/tools/python/lib
- )
-ELSE()
- CFLAGS(GLOBAL -DUSE_PYTHON3)
- PEERDIR(
- contrib/tools/python3/src
- )
-ENDIF()
-
-END()