aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-configparser_3.5.0.bb
blob: 3b0986643be17dbaa31087df6be3f0e1d8acd8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"