mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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 <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
62ccd885c3
commit
17cc5faf46
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user