diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.0.4.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.0.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.4.bb b/meta/recipes-devtools/python/python3-mako_1.0.4.bb new file mode 100644 index 0000000000..2b50ffd08a --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.0.4.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require python-mako.inc | ||
2 | |||
3 | inherit setuptools3 | ||
4 | |||
5 | RDEPENDS_${PN} = "python3-threading \ | ||
6 | python3-netclient \ | ||
7 | python3-html \ | ||
8 | " | ||
9 | RDEPENDS_${PN}_class-native = "" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||