Skip to content

Commit 394cbfc

Browse files
committed
base64: Remove struct dependency from manifest.
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 <[email protected]>
1 parent c61ca51 commit 394cbfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-stdlib/base64/manifest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
metadata(version="3.3.5")
1+
metadata(version="3.3.6")
22

33
require("binascii")
4-
require("struct")
54

65
module("base64.py")

0 commit comments

Comments
 (0)