]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-imagesize: Avoid non-ASCII in SUMMARY
authorNiko Mauno <niko.mauno@vaisala.com>
Mon, 17 Mar 2025 14:00:03 +0000 (14:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Mar 2025 10:26:10 +0000 (10:26 +0000)
Replace the UTF8 character for right single quotation mark with
ASCII single quotation mark in SUMMARY variable.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-imagesize_1.4.1.bb

index 4edac0a533e1d44e2e0fa032abe75b021daf2462..7d37e2be241a6fc49f5877cbab1cff41ff8a396f 100644 (file)
@@ -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"