From f2d6ec0af1b7ab7ae8e7c65f47b48388c8730b59 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 22 Jul 2019 02:18:11 +0200 Subject: python3-mako: update to 1.0.14 Got rid of python-git since there is no python2 version of the package. (From OE-Core rev: cbdb000632b6320fe9741b750a7cf3fe5b3ec640) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-mako.inc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-mako.inc (limited to 'meta/recipes-devtools/python/python-mako.inc') 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 @@ -SUMMARY = "Templating library for Python" -HOMEPAGE = "http://www.makotemplates.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9" - -PYPI_PACKAGE = "Mako" - -inherit pypi - -SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" -SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" - -RDEPENDS_${PN} = "${PYTHON_PN}-html \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-threading \ -" - -RDEPENDS_${PN}_class-native = "" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf