diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-mako_1.0.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-mako_1.0.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-mako_1.0.1.bb b/meta/recipes-devtools/python/python-mako_1.0.1.bb new file mode 100644 index 0000000000..5d42b0ca37 --- /dev/null +++ b/meta/recipes-devtools/python/python-mako_1.0.1.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Templating library for Python" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=deb3ff8e4c17aaf7b80889b6b2bf4c83" | ||
5 | |||
6 | SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "9f0aafd177b039ef67b90ea350497a54" | ||
9 | SRC_URI[sha256sum] = "45f0869febea59dab7efd256fb451c377cbb7947bef386ff0bb44627c31a8d1c" | ||
10 | |||
11 | S = "${WORKDIR}/Mako-${PV}" | ||
12 | |||
13 | inherit setuptools | ||
14 | |||
15 | RDEPENDS_${PN} = "python-threading \ | ||
16 | python-netclient \ | ||
17 | python-html \ | ||
18 | " | ||
19 | RDEPENDS_${PN}_class-native = "" | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||