keystone icon indicating copy to clipboard operation
keystone copied to clipboard

consider removing python2 dependencies?

Open pnck opened this issue 3 years ago • 2 comments

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.

pnck avatar Jul 12 '22 22:07 pnck

We want to keep supporting python2, so if the change you want still allow that, then please pull req.

aquynh avatar Jul 13 '22 00:07 aquynh

@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.

pnck avatar Jul 13 '22 02:07 pnck