summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-chardet_5.2.0.bb (renamed from meta/recipes-devtools/python/python3-chardet_5.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb
index 9b2644e648..cea7ebc94d 100644
--- a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb
+++ b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/chardet/"
3LICENSE = "LGPL-2.1-only" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRC_URI[sha256sum] = "0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5" 6SRC_URI[sha256sum] = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"
7 7
8# setup.py of chardet needs this. 8# setup.py of chardet needs this.
9DEPENDS += "${PYTHON_PN}-pytest-runner-native" 9DEPENDS += "${PYTHON_PN}-pytest-runner-native"