keystone
keystone copied to clipboard
consider removing python2 dependencies?
I recently launch a project with vcpkg. But I can't simply include keystone into my project because vcpkg build requires python2 and there is no more a builtin python2 in macos nor a brew recipe.
Since python2 has reach EOL for a long while, it's reasonable to strip away these outdated dependencies.
We want to keep supporting python2, so if the change you want still allow that, then please pull req.
@aquynh
Okay, maybe I ran into wrong way. I checked the vcpkg cmake script and it was that actually depending on python2. I will try making a custom port and working on that.