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 <damien@micropython.org>
pull/922/head
Damien George 2024-09-11 14:03:52 +10:00
rodzic c61ca51c67
commit 394cbfc98a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,5 @@
metadata(version="3.3.5")
metadata(version="3.3.6")
require("binascii")
require("struct")
module("base64.py")