[oe-commits] [openembedded-core] 07/09: python3-mako: update to 1.0.14

git at git.openembedded.org git at git.openembedded.org
Tue Jul 23 21:27:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit cbdb000632b6320fe9741b750a7cf3fe5b3ec640
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Mon Jul 22 02:18:11 2019 +0200

    python3-mako: update to 1.0.14
    
    Got rid of python-git since there is no python2 version of the package.
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-mako_1.0.13.bb                 | 3 ---
 .../python/{python-mako.inc => python3-mako_1.0.14.bb}              | 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 17803f1..0000000
--- a/meta/recipes-devtools/python/python3-mako_1.0.13.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-inherit setuptools3
-require python-mako.inc
-
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python3-mako_1.0.14.bb
similarity index 71%
rename from meta/recipes-devtools/python/python-mako.inc
rename to meta/recipes-devtools/python/python3-mako_1.0.14.bb
index d71df95..d2f5188 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"
 
 PYPI_PACKAGE = "Mako"
 
-inherit pypi
+inherit pypi setuptools3
 
-SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee"
-SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541"
+SRC_URI[md5sum] = "e162578170331f0cc6a4adb063c7c0f6"
+SRC_URI[sha256sum] = "f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b"
 
 RDEPENDS_${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-netclient \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list