diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-webcolors_1.13.bb (renamed from meta/recipes-devtools/python/python3-webcolors_1.12.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-webcolors_1.12.bb b/meta/recipes-devtools/python/python3-webcolors_1.13.bb index 02f6c9fed8..2a6be3f9cb 100644 --- a/meta/recipes-devtools/python/python3-webcolors_1.12.bb +++ b/meta/recipes-devtools/python/python3-webcolors_1.13.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." | 1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." |
2 | HOMEPAGE = "https://pypi.org/project/webcolors/" | 2 | HOMEPAGE = "https://pypi.org/project/webcolors/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcf737478d2fa8af5bc954231df056c6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=702b1ef12cf66832a88f24c8f2ee9c19" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9" | 6 | SRC_URI[sha256sum] = "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a" |
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi python_setuptools_build_meta ptest |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
11 | ${PYTHON_PN}-stringold \ | 11 | ${PYTHON_PN}-stringold \ |