aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-05-19 13:19:22 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-05 11:01:43 +0200
commitb7095305518d95930d7f7916d6736ea265c4cbfd (patch)
tree2ac4333921dabdd8201fdcbfdc781a5c322d315e /meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb
parent27f872142d7da625286d929d341bb82ee240d621 (diff)
downloadmeta-openembedded-contrib-b7095305518d95930d7f7916d6736ea265c4cbfd.tar.gz
python-jinja: update to version 2.9.6
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb
new file mode 100644
index 0000000000..8375f8cf4e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb
@@ -0,0 +1,7 @@
+inherit pypi setuptools3
+require python-jinja2.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"