meta-openembedded/meta-python/recipes-devtools/python/python-configparser.inc
Yuan Chao 85feefecac python-configparser: upgrade 3.5.0 -> 3.7.4
-License-Update: LICENSE in PKG-INFO file changed from MIT to UNKNOWN.

Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-05 17:55:36 -07:00

12 lines
552 B
HTML

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 = "unknown"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa"
SRC_URI[md5sum] = "aaa80b58b6b0810e54f66486860b3ed1"
SRC_URI[sha256sum] = "da60d0014fd8c55eb48c1c5354352e363e2d30bbf7057e5e171a468390184c75"
inherit pypi