aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.0.7.bb
diff options
context:
space:
mode:
authorJose Lamego <jose.a.lamego@linux.intel.com>2017-07-19 11:12:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-21 22:45:21 +0100
commit1a2bb950b38035b842d120697d076cfdc832fa37 (patch)
tree7bf1c8b0d33fa09e10d22ce2c91458ceba070dff /meta/recipes-devtools/python/python3-mako_1.0.7.bb
parent351a629114c67691ba434a27ec42671474fdc605 (diff)
downloadopenembedded-core-contrib-1a2bb950b38035b842d120697d076cfdc832fa37.tar.gz
python3-mako: update to 1.0.7
python3-mako need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-minimal Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.0.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3-mako_1.0.7.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.7.bb b/meta/recipes-devtools/python/python3-mako_1.0.7.bb
new file mode 100644
index 0000000000..2b50ffd08a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-mako_1.0.7.bb
@@ -0,0 +1,11 @@
+require python-mako.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} = "python3-threading \
+ python3-netclient \
+ python3-html \
+"
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native nativesdk"