aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /library/python/runtime_py3/ya.make
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/runtime_py3/ya.make')
-rw-r--r--library/python/runtime_py3/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make
index fa5c11341a..37e04ffd5f 100644
--- a/library/python/runtime_py3/ya.make
+++ b/library/python/runtime_py3/ya.make
@@ -9,19 +9,19 @@ OWNER(
NO_WSHADOW()
PEERDIR(
- contrib/tools/python3/src
- contrib/tools/python3/lib/py
+ contrib/tools/python3/src
+ contrib/tools/python3/lib/py
library/cpp/resource
)
CFLAGS(-DCYTHON_REGISTER_ABCS=0)
-
-NO_PYTHON_INCLUDES()
-
-ENABLE(PYBUILD_NO_PYC)
-
+
+NO_PYTHON_INCLUDES()
+
+ENABLE(PYBUILD_NO_PYC)
+
PY_SRCS(
- entry_points.py
+ entry_points.py
TOP_LEVEL
CYTHON_DIRECTIVE
@@ -29,7 +29,7 @@ PY_SRCS(
__res.pyx
sitecustomize.pyx
-)
+)
IF (CYTHON_COVERAGE)
# Let covarage support add all needed files to resources
@@ -41,7 +41,7 @@ ELSE()
sitecustomize.pyx
)
ENDIF()
-
+
END()
RECURSE_FOR_TESTS(