summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-08-12 04:16:59 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-16 20:13:42 -0700
commit902a6876f24dfca2c07059020c1877c91ca1d37c (patch)
tree40dad989fe2d79db402202a4ccd2e015489ad208 /meta-python
parent2fb322886439b2ab348560ffff748b83589d8723 (diff)
downloadmeta-openembedded-902a6876f24dfca2c07059020c1877c91ca1d37c.tar.gz
python3-asttokens: upgrade 2.0.5 -> 2.0.7
Add dependence python3-six Changelog: Fix astroid type checking import errors Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb (renamed from meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb)6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
index da49040d76..5e3ca9e30f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
@@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
7 7
8inherit pypi python_setuptools_build_meta 8inherit pypi python_setuptools_build_meta
9 9
10SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5" 10SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
11 11
12DEPENDS += "python3-setuptools-scm-native" 12DEPENDS += "python3-setuptools-scm-native"
13 13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-six \
16"
17
14BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native"