summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/include
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/numpy/include')
-rw-r--r--contrib/python/numpy/include/ya.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/python/numpy/include/ya.make b/contrib/python/numpy/include/ya.make
index 2c994eaa96b..78e03d10858 100644
--- a/contrib/python/numpy/include/ya.make
+++ b/contrib/python/numpy/include/ya.make
@@ -16,4 +16,10 @@ ADDINCL(
GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include/numpy
)
+IF (PYTHON_TYPE_FOR_CYTHON == "PY3")
+ ADDINCL(
+ GLOBAL FOR cython contrib/python/numpy/py3
+ )
+ENDIF()
+
END()