diff options
| author | shadchin <[email protected]> | 2023-12-13 10:46:13 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2023-12-13 11:18:27 +0300 |
| commit | 680f069da7d1744579abb1a43724dcd8dea2d03b (patch) | |
| tree | 7d9dcd341a1efc0483fbf012be6c01bbf8338d8b | |
| parent | fd000dd61830a4b5457d725ae9deefcc57ddb596 (diff) | |
Support Python 3.12 for `cffi`
| -rw-r--r-- | contrib/python/cffi/py3/ya.make | 1 |
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 ) |
