robotnix
robotnix copied to clipboard
Drop python2
python2 is used for compat with older versions of Android it seems. We should either:
- Drop it entirely
- Make python2 optionally available for old android versions; requiring the user to opt into insecure which I think is appropriate
- Use python2 from 22.11 into eternity
I'm gravitating towards 2, perhaps resorting to 1. if that turns out to be too hard.
What we should do in any case is getting rid of python2 for deps. It remains to be seen how possible that is or whether we need to resort to 1. here aswell.
Related: https://github.com/nix-community/robotnix/issues/218