summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-07-28 11:55:45 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-07-28 11:57:34 -0400
commit8915d8d54b724eaba37de9f08b7e617881c4ee5d (patch)
tree21fe8273624f272c558da919ee1f5631c1160f73 /recipes-devtools
parentfb52b8d574b07c85d629b3b637d8fdadf0079c45 (diff)
downloadmeta-virtualization-8915d8d54b724eaba37de9f08b7e617881c4ee5d.tar.gz
python: synchronize colorama with meta-python
Our "canary" recipe for colorama picks up potentially destabilizing changes in meta-python, but is kept in sync to avoid autombuilder issues. If we can't stay in sync, we'll fork the recipe and change our dependencies to match. There has been a change in the meta-oe version, around checksums and native integration. Both those changes are fine, so we update to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python3-colorama_0.4.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-colorama_0.4.5.bb b/recipes-devtools/python/python3-colorama_0.4.5.bb
index 8de3f632..122ae539 100644
--- a/recipes-devtools/python/python3-colorama_0.4.5.bb
+++ b/recipes-devtools/python/python3-colorama_0.4.5.bb
@@ -5,5 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[md5sum] = "6abed05fb23a857a3ab22576148e7a4c"
9SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" 8SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"
9
10BBCLASSEXTEND = "native nativesdk"