diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-mako.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python-mako.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc deleted file mode 100644 index d71df956e8..0000000000 --- a/meta/recipes-devtools/python/python-mako.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "Templating library for Python" | ||
| 2 | HOMEPAGE = "http://www.makotemplates.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Mako" | ||
| 8 | |||
| 9 | inherit pypi | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" | ||
| 12 | SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ | ||
| 15 | ${PYTHON_PN}-netclient \ | ||
| 16 | ${PYTHON_PN}-threading \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN}_class-native = "" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
