Keep capstone working on Python 3.12 (#722)

This commit is contained in:
MS
2024-03-24 17:20:58 -04:00
committed by GitHub
parent b66e28ac5e
commit 0295a08c94

View File

@@ -6,3 +6,6 @@ isledecomp
pystache pystache
pyyaml pyyaml
git+https://github.com/wbenny/pydemangler.git 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"