blob: a2b8410cf06cbb2eea67954b3dadfd5e0d690315 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Character encoding aliases for legacy web content"
2LICENSE = "BSD"
Brad Bishop316dfdd2018-06-25 12:45:53 -04003LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004
5SRC_URI[md5sum] = "32f6e261d52e57bf7e1c4d41546d15b8"
6SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"
7
8inherit pypi
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-codecs \
12 ${PYTHON_PN}-json \
13"
Brad Bishop19323692019-04-05 15:28:33 -040014
15BBCLASSEXTEND = "native nativesdk"