blob: 68cbb265f42eb2105086ff5357654daa0d483c7a [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
2
3LICENSE = "Apache-2.0"
Andrew Geisslerac970dd2021-02-12 15:32:45 -06004LIC_FILES_CHKSUM = "file://LICENSE;md5=29dca541e03964615590ca7b50392d97"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05005
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06006SRC_URI[sha256sum] = "8d149b2a57d91f794b33a394ea5bc66b567f38c74a5a6a9477afc2450f105c01"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05007
8inherit pypi setuptools3
9
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += " \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050011 ${PYTHON_PN}-jinja2 \
12 ${PYTHON_PN}-aiohttp \
13"
14
15BBCLASSEXTEND = "native nativesdk"