mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
python-configparser.inc: Fix SUMMARY
SUMMARY contained a non-ascii char (’ instead of ') which caused pkg.info_installed to fail. Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
b482df316d
commit
637f29fea5
|
@ -1,4 +1,4 @@
|
|||
SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files."
|
||||
SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files."
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = "https://docs.python.org/3/library/configparser.html"
|
||||
LICENSE = "MIT"
|
||||
|
|
Loading…
Reference in New Issue
Block a user