summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb')
-rw-r--r--meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb b/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb
new file mode 100644
index 0000000000..1bc2efcc83
--- /dev/null
+++ b/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb
@@ -0,0 +1,11 @@
+require recipes-devtools/python/python-mako.inc
+
+inherit setuptools
+
+RDEPENDS_${PN} = "python-threading \
+ python-netclient \
+ python-html \
+"
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native nativesdk"