Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python2 #219

Open
Atemu opened this issue Nov 9, 2023 · 1 comment
Open

Drop python2 #219

Atemu opened this issue Nov 9, 2023 · 1 comment

Comments

@Atemu
Copy link
Contributor

Atemu commented Nov 9, 2023

python2 is used for compat with older versions of Android it seems. We should either:

  1. Drop it entirely
  2. Make python2 optionally available for old android versions; requiring the user to opt into insecure which I think is appropriate
  3. 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: #218

@Janik-Haag
Copy link
Member

just fyi, trying to build grapheneos with a current version of nixpkgs unstable doesn't work because python dependencies break numpy-1.26.2 not supported for interpreter python2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants