diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-25 19:53:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
| commit | edd7b4c3bc9f3c589e331345d6e905a09c576ccd (patch) | |
| tree | 5228e25c0b618f4536aca7f63cefb5e958719811 /meta/recipes-devtools/python/python3-mako_1.1.0.bb | |
| parent | b6567bbaea2b61e95b7f2cc2362d5efa5284d259 (diff) | |
| download | poky-edd7b4c3bc9f3c589e331345d6e905a09c576ccd.tar.gz | |
python3-mako: upgrade 1.1.0 -> 1.1.1
License-Update: copyright years
(From OE-Core rev: 3a6bc80f46ea790c319d25cc67cb1e0ed32c3631)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.0.bb b/meta/recipes-devtools/python/python3-mako_1.1.0.bb deleted file mode 100644 index b139e5ab00..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.1.0.bb +++ /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 setuptools3 | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "6c3f2da0b74af529a4c4a537d0848bf2" | ||
| 12 | SRC_URI[sha256sum] = "a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b" | ||
| 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" | ||
