aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-17 13:10:55 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commitc37eecafb8a4dd0d2a6822f6d43dfd79944ca0e8 (patch)
tree98beb1652c853b214ec78ad2f7e2f592729e1c62 /meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
parent0bc2313bac70fc91504f9fa05b662709eeb56272 (diff)
downloadmeta-openembedded-c37eecafb8a4dd0d2a6822f6d43dfd79944ca0e8.tar.gz
python-jinja2: update to version 2.10
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jinja2_2.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jinja2_2.10.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
new file mode 100644
index 0000000000..8375f8cf4e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
@@ -0,0 +1,7 @@
+inherit pypi setuptools3
+require python-jinja2.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"