[oe] [meta-python][PATCH] python-webcolors: update to version 1.7

Derek Straka derek at asterius.io
Thu Dec 22 01:58:17 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-webcolors.inc       | 10 +++++++---
 .../{python-webcolors_1.5.bb => python-webcolors_1.7.bb}       |  0
 .../{python3-webcolors_1.5.bb => python3-webcolors_1.7.bb}     |  0
 3 files changed, 7 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-webcolors_1.5.bb => python-webcolors_1.7.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-webcolors_1.5.bb => python3-webcolors_1.7.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-webcolors.inc b/meta-python/recipes-devtools/python/python-webcolors.inc
index ae91c62..fe1ab95 100644
--- a/meta-python/recipes-devtools/python/python-webcolors.inc
+++ b/meta-python/recipes-devtools/python/python-webcolors.inc
@@ -1,8 +1,12 @@
 SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0c764ddee13cfbe0564c201d76ff19d6"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=358df7e9eb65e1843dbb36abd476c5c0"
 
-SRC_URI[md5sum] = "2e9da1bbb7a087c6108e05be64640afb"
-SRC_URI[sha256sum] = "b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e"
+SRC_URI[md5sum] = "4733fa1077f680bbdd918cdef1e32c11"
+SRC_URI[sha256sum] = "e47e68644d41c0b1f1e4d939cfe4039bdf1ab31234df63c7a4f59d4766487206"
+
+RDEPENDS_${PN}_class-target = "\
+    ${PYTHON_PN}-stringold \
+"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python-webcolors_1.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-webcolors_1.5.bb
rename to meta-python/recipes-devtools/python/python-webcolors_1.7.bb
diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-webcolors_1.5.bb
rename to meta-python/recipes-devtools/python/python3-webcolors_1.7.bb
-- 
2.7.4




More information about the Openembedded-devel mailing list