aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-02-12 10:35:57 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-13 14:07:47 -0800
commit1f27638c7d93d930dcb3594e0e8a262267f65d77 (patch)
tree4f0fa092dff14e88319c3e567dac806e1a85c80b /meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb
parent4f61c8986bdbd60d40035745e5e887f47624023b (diff)
downloadmeta-openembedded-1f27638c7d93d930dcb3594e0e8a262267f65d77.tar.gz
python3-configparser: upgrade 3.8.1 -> 4.0.2
Add build dependency of setuptools-scm-native for python3-configparser. Error message: ERROR: Do not try to fetch `setuptools_scm>=1.15.0' for building. Please add its native recipe to DEPENDS. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb b/meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb
new file mode 100644
index 0000000000..770cba5962
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-configparser_4.0.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-configparser.inc