diff options
author | Alexandru Vasiu <alexandru.vasiu@ni.com> | 2018-11-07 16:30:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-07 08:56:28 -0800 |
commit | 6646362e73d97c5aae5435145ea03074a6bfb684 (patch) | |
tree | bde20c608bb54005787e73a8ad487db4b5e27e66 /meta-python/recipes-devtools/python/python-configparser.inc | |
parent | 030c3ce91db48a6c7a6916623ab4ff0a3cbc2e2b (diff) | |
download | meta-openembedded-6646362e73d97c5aae5435145ea03074a6bfb684.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-configparser.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-configparser.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-configparser.inc b/meta-python/recipes-devtools/python/python-configparser.inc index c1fb8582c3..133dbba719 100644 --- a/meta-python/recipes-devtools/python/python-configparser.inc +++ b/meta-python/recipes-devtools/python/python-configparser.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | 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." | 1 | 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." |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | HOMEPAGE = "https://docs.python.org/3/library/configparser.html" | 3 | HOMEPAGE = "https://docs.python.org/3/library/configparser.html" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |