summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.0.7.bb
diff options
context:
space:
mode:
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 @@
1require python-mako.inc
2
3inherit setuptools3
4
5RDEPENDS_${PN} = "python3-threading \
6 python3-netclient \
7 python3-html \
8"
9RDEPENDS_${PN}_class-native = ""
10
11BBCLASSEXTEND = "native nativesdk"