blob: df4a0adcafa636c02e50b274ec27e93ff09b5361 [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
Patrick Williams705982a2024-01-12 09:51:57 -06006SRC_URI[sha256sum] = "a3a7ff5264e5bca52e8ae547bbfd0761b72495230d438d05b6c0915be619b0e2"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05007
8inherit pypi setuptools3
9
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060011 python3-jinja2 \
12 python3-aiohttp \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050013"