blob: 01f17207c695ef4a35bd6fbb7a62ccbdec9e10f3 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001SUMMARY = "ANTLR runtime for Python"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6e514123aedb5d9fb133d1bc6c598d46"
4
5SRC_URI[sha256sum] = "061a49bc72ae05a35d9b61c0ba0ac36c0397708819f02fbfb20a80e47d287a1b"
6
7PYPI_PACKAGE = "antlr4-python3-runtime"
8
9inherit pypi python_setuptools_build_meta
10
11BBCLASSEXTEND = "nativesdk native"