kopia lustrzana https://github.com/micropython/micropython-lib
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
rodzic
c61ca51c67
commit
394cbfc98a
|
@ -1,6 +1,5 @@
|
|||
metadata(version="3.3.5")
|
||||
metadata(version="3.3.6")
|
||||
|
||||
require("binascii")
|
||||
require("struct")
|
||||
|
||||
module("base64.py")
|
||||
|
|
Ładowanie…
Reference in New Issue