aboutsummaryrefslogtreecommitdiffstats
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 13:59:45 +0000
commitdac10db1853bae722f35e6aab24569f12df30b55 (patch)
tree636e1f95e2bd35a1831e761bde64cede17305b46 /meta/recipes-devtools/python/python3-mako_1.0.7.bb
parent57c67b740b25a72cc6fdde68368f49496eabb872 (diff)
downloadopenembedded-core-contrib-dac10db1853bae722f35e6aab24569f12df30b55.tar.gz
python-mako: use pypi.bbclass
* Simpify python3-mako by using pypi.bbclass * Consolidate common content in .inc Signed-off-by: Tim Orling <timothy.t.orling@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, 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 @@
-require python-mako.inc
-
inherit setuptools3
-
-RDEPENDS_${PN} = "python3-threading \
- python3-netclient \
- python3-html \
-"
-RDEPENDS_${PN}_class-native = ""
-
-BBCLASSEXTEND = "native nativesdk"
+require python-mako.inc