mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from io import BytesIO
|
||||
from avro.schema import Parse
|
||||
from avro.schema import parse
|
||||
from avro.io import DatumReader, BinaryDecoder
|
||||
|
||||
schema = Parse("""{
|
||||
schema = parse("""{
|
||||
"namespace": "org.buildroot.package.python_avro",
|
||||
"type": "record",
|
||||
"name": "Developer",
|
||||
|
||||
Reference in New Issue
Block a user