Skip to content

Commit

Permalink
base64: Remove struct dependency from manifest.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dpgeorge committed Sep 23, 2024
1 parent c61ca51 commit 394cbfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-stdlib/base64/manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
metadata(version="3.3.5")
metadata(version="3.3.6")

require("binascii")
require("struct")

module("base64.py")

0 comments on commit 394cbfc

Please sign in to comment.