1config BR2_PACKAGE_PYTHON_CBOR2 2 bool "python-cbor2" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 Pure Python CBOR (de)serializer with extensive tag support. 6 7 https://cbor2.readthedocs.io/ 8