Skip to content

base64: Remove struct dependency from manifest. #922

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

Merged

Conversation

dpgeorge
Copy link
Member

This base64 library only uses struct.unpack which is available in the built-in struct module, so no need for the micropython-lib extras.

@dpgeorge dpgeorge requested a review from projectgus September 11, 2024 04:05
This base64 library only uses `struct.unpack` which is available in the
built-in `struct` module, so no need for the micropython-lib extras.

Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge force-pushed the base64-remove-struct-dependency branch from e06446c to 394cbfc Compare September 23, 2024 01:27
@dpgeorge dpgeorge merged commit 394cbfc into micropython:master Sep 23, 2024
4 checks passed
@dpgeorge dpgeorge deleted the base64-remove-struct-dependency branch September 23, 2024 01:29
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

Successfully merging this pull request may close these issues.

2 participants