Keep capstone working on Python 3.12

This commit is contained in:
disinvite 2024-03-24 17:09:14 -04:00
parent b66e28ac5e
commit 5056726340

View File

@ -6,3 +6,6 @@ isledecomp
pystache
pyyaml
git+https://github.com/wbenny/pydemangler.git
# requirement of capstone due to python dropping distutils.
# see: https://github.com/capstone-engine/capstone/issues/2223
setuptools ; python_version >= "3.12"