Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
1065cc2853e5509b7e5dd07a87fec8dc22b7c970
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-jinja2_2.10.3.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
"