From: Niko Mauno Date: Mon, 17 Mar 2025 14:00:03 +0000 (+0000) Subject: python3-imagesize: Avoid non-ASCII in SUMMARY X-Git-Tag: 2025-04-walnascar~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=941e610631c3a1f611eb38134c88aa0468661137;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-imagesize: Avoid non-ASCII in SUMMARY Replace the UTF8 character for right single quotation mark with ASCII single quotation mark in SUMMARY variable. Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie --- 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 4edac0a533e..7d37e2be241 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"