summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorshadchin <[email protected]>2023-12-13 10:46:13 +0300
committershadchin <[email protected]>2023-12-13 11:18:27 +0300
commit680f069da7d1744579abb1a43724dcd8dea2d03b (patch)
tree7d9dcd341a1efc0483fbf012be6c01bbf8338d8b /contrib
parentfd000dd61830a4b5457d725ae9deefcc57ddb596 (diff)
Support Python 3.12 for `cffi`
Diffstat (limited to 'contrib')
-rw-r--r--contrib/python/cffi/py3/ya.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/cffi/py3/ya.make b/contrib/python/cffi/py3/ya.make
index b4f59da9dff..75d3d3b0113 100644
--- a/contrib/python/cffi/py3/ya.make
+++ b/contrib/python/cffi/py3/ya.make
@@ -8,6 +8,7 @@ LICENSE(MIT)
PEERDIR(
contrib/python/pycparser
+ contrib/python/setuptools
contrib/restricted/libffi
)