libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

Python 3 support?

Open gkroon opened this issue 5 years ago • 2 comments

We have this tool in our tree but since it depends on Python 2, which has been deprecated since 2020-01-01, I was hoping this tool could be upgraded to Python 3.

gkroon avatar Jun 03 '20 09:06 gkroon

I only use the C interface and don't know Python, so pull requests are welcome. Should be easy though as there's no actual logic written in Python it seems.

l29ah avatar Jun 04 '20 10:06 l29ah

If you're still interested in this, maybe we can team up ? I think I found how to migrate to python3, but I struggle to update the autotools/automake part cleanly. In the meantime I did a fork at https://github.com/Wandercraft/libmpsse.

Arpafaucon avatar Mar 10 '22 10:03 Arpafaucon