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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"