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:
Alexandru Vasiu 2018-11-07 16:30:13 +02:00 committed by Armin Kuster
parent b482df316d
commit 637f29fea5

View File

@ -1,4 +1,4 @@
SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to whats 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"