aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-configparser_3.8.1.bb
AgeCommit message (Collapse)Author
2019-12-01python-backports-init: Add helper class and recipeTim Orling
Recipes that install in the backports namespace have a tendency to conflict in the installation of .../site-packages/backports/__init__.py Add a class and recipe to help avoid the conflict. Modify recipes that are affected: - python-backports-functools-lru-cache - python-backports-ssl - python-configparser Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-12-01recipes-devtools: merge inc and bb PART VITim Orling
Since we no longer need to support two python versions, merge inc and bb. This makes maintenance easier with AUH and devtool. While we are at it, drop dangling inc files and general recipe cleanup, including adding SUMMARY and HOMEPAGE. Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-11-06python-configparser: add python-pkgutil to runtime dependsHongxu Jia
... $ python $ >>> import backports Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/backports/__init__.py", line 4, in <module> from pkgutil import extend_path ImportError: No module named pkgutil ... Modeule pkgutil comes from python-pkgutil (From meta-openembedded commit: c693c2c932700f474da2be5d596c590121560c13) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-08-12python-configparser: upgrade 3.7.4 -> 3.8.1Yuan Chao
(From meta-openembedded commit: 09acc5af343834c24bae3bdbe10a68bcad38b26e) Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>