aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 22:42:27 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 22:48:05 -0700
commit0abe4a3240a1bbe192544c6de617576a18a0b2d7 (patch)
tree2cea3fc12eb7f64addea5c0ba947401c2afdf63b /meta-python/recipes-devtools
parentac3859c3a20f9430e4c792ca098cacf91bafb046 (diff)
downloadmeta-openembedded-contrib-0abe4a3240a1bbe192544c6de617576a18a0b2d7.tar.gz
python-configparser: add v3.5.0
* Provides Python3.5 configparser backport * python2 only * Runtime dependency for python2-pylint Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-configparser_3.5.0.bb13
1 files changed, 13 insertions, 0 deletions
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"
+
+