From 0abe4a3240a1bbe192544c6de617576a18a0b2d7 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 17 Mar 2018 22:42:27 -0700 Subject: python-configparser: add v3.5.0 * Provides Python3.5 configparser backport * python2 only * Runtime dependency for python2-pylint Signed-off-by: Tim Orling --- .../recipes-devtools/python/python-configparser_3.5.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-configparser_3.5.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-configparser_3.5.0.bb b/meta-python/recipes-devtools/python/python-configparser_3.5.0.bb new file mode 100644 index 0000000000..3b0986643b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-configparser_3.5.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "This library brings the updated configparser from Python 3.5 to Python 2.6-3.5." +HOMEPAGE = "http://docs.python.org/3/library/configparser.html" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e7815f36e34184848c8639864f43184e" + +SRC_URI[md5sum] = "cfdd915a5b7a6c09917a64a573140538" +SRC_URI[sha256sum] = "5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a" + +inherit pypi setuptools + +RDEPENDS_${PN} += "python-core" + + -- cgit 1.2.3-korg