From 17cc5faf46ff6ad7d0b21343f8a562c8750a75b8 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Mon, 17 Mar 2025 14:00:03 +0000 Subject: python3-imagesize: Avoid non-ASCII in SUMMARY Replace the UTF8 character for right single quotation mark with ASCII single quotation mark in SUMMARY variable. (From OE-Core rev: 941e610631c3a1f611eb38134c88aa0468661137) Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-imagesize_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb index 4edac0a533..7d37e2be24 100644 --- a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb @@ -1,4 +1,4 @@ -SUMMARY = "Parses image files’ header and return image size." +SUMMARY = "Parses image files' header and return image size." HOMEPAGE = "https://github.com/shibukawa/imagesize_py" SECTION = "devel/python" LICENSE = "MIT" -- cgit v1.2.3-54-g00ecf