summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.0.7.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-11-18 17:21:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-13 14:00:52 +0000
commit23626bd9025aad8a10d7cb13796a493e9db816e1 (patch)
tree39e723bf21c8e8250e84ca1650a689e378d61e8c /meta/recipes-devtools/python/python3-mako_1.0.7.bb
parent0b120d29c801516aa901a0a57d909ddf36003d02 (diff)
downloadpoky-23626bd9025aad8a10d7cb13796a493e9db816e1.tar.gz
python-mako: use pypi.bbclass
* Simpify python3-mako by using pypi.bbclass * Consolidate common content in .inc (From OE-Core rev: dac10db1853bae722f35e6aab24569f12df30b55) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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, 1 insertions, 10 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
index 2b50ffd08a..22ceeeb395 100644
--- a/meta/recipes-devtools/python/python3-mako_1.0.7.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.0.7.bb
@@ -1,11 +1,2 @@
1require python-mako.inc
2
3inherit setuptools3 1inherit setuptools3
4 2require python-mako.inc
5RDEPENDS_${PN} = "python3-threading \
6 python3-netclient \
7 python3-html \
8"
9RDEPENDS_${PN}_class-native = ""
10
11BBCLASSEXTEND = "native nativesdk"