Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
c41bf43c40596f2e3d4e6797404c95ac1a4661ea
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-jinja2_2.10.bb
blob: 5233cf40c09947676ccf5f8d95a98a31884617f8 [
file
] [
log
] [
blame
]
Brad Bishop
316dfdd
2018-06-25 12:45:53 -0400
[
diff
] [
blame
]
1
inherit pypi setuptools
2
require
python
-
jinja2
.
inc
3
4
RDEPENDS_$
{
PN
}
+=
" \
5
${PYTHON_PN}-lang \
6
${PYTHON_PN}-re \
7
${PYTHON_PN}-textutils \
8
"