diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.bb new file mode 100644 index 000000000..5233cf40c --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools +require python-jinja2.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-lang \ + ${PYTHON_PN}-re \ + ${PYTHON_PN}-textutils \ +" |