diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-22 02:18:11 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-23 22:26:28 +0100 |
| commit | f2d6ec0af1b7ab7ae8e7c65f47b48388c8730b59 (patch) | |
| tree | 4248a500d60adce8b76f0794ff254407ef88336b /meta/recipes-devtools/python | |
| parent | dfbea8ebfd892c70e81c89ef6214440599d0e92e (diff) | |
| download | poky-f2d6ec0af1b7ab7ae8e7c65f47b48388c8730b59.tar.gz | |
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 <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.0.13.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.0.14.bb (renamed from meta/recipes-devtools/python/python-mako.inc) | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.13.bb b/meta/recipes-devtools/python/python3-mako_1.0.13.bb deleted file mode 100644 index 17803f1b00..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.0.13.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-mako.inc | ||
| 3 | |||
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python3-mako_1.0.14.bb index d71df956e8..d2f5188cc4 100644 --- a/meta/recipes-devtools/python/python-mako.inc +++ b/meta/recipes-devtools/python/python3-mako_1.0.14.bb | |||
| @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9" | |||
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "Mako" | 7 | PYPI_PACKAGE = "Mako" |
| 8 | 8 | ||
| 9 | inherit pypi | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" | 11 | SRC_URI[md5sum] = "e162578170331f0cc6a4adb063c7c0f6" |
| 12 | SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" | 12 | SRC_URI[sha256sum] = "f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b" |
| 13 | 13 | ||
| 14 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ | 14 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ |
| 15 | ${PYTHON_PN}-netclient \ | 15 | ${PYTHON_PN}-netclient \ |
