aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/py2/gen/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-10-17 14:59:20 +0300
committershadchin <shadchin@yandex-team.com>2023-10-17 16:11:54 +0300
commitf5137907c9d082d5651b490d9d76e93cefca9c73 (patch)
treee3a7d50e77ec6ba83e833462d123fc85c47143cc /contrib/python/cffi/py2/gen/ya.make
parent674acb9e3f858c628f128c2e7796a4bca668b7c4 (diff)
downloadydb-f5137907c9d082d5651b490d9d76e93cefca9c73.tar.gz
Split cffi on py2/py3
Diffstat (limited to 'contrib/python/cffi/py2/gen/ya.make')
-rw-r--r--contrib/python/cffi/py2/gen/ya.make17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/python/cffi/py2/gen/ya.make b/contrib/python/cffi/py2/gen/ya.make
new file mode 100644
index 0000000000..3a78fd7359
--- /dev/null
+++ b/contrib/python/cffi/py2/gen/ya.make
@@ -0,0 +1,17 @@
+PY2_PROGRAM(cffigen)
+
+DISABLE(PYTHON_SQLITE3)
+
+LICENSE(MIT)
+
+PEERDIR(
+ contrib/python/cffi/py2/gen/lib
+)
+
+INDUCED_DEPS(cpp ${ARCADIA_ROOT}/contrib/python/cffi/py2/cffi/_cffi_include.h)
+
+END()
+
+RECURSE(
+ lib
+)