diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-08-12 04:16:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-16 20:13:42 -0700 |
| commit | 902a6876f24dfca2c07059020c1877c91ca1d37c (patch) | |
| tree | 40dad989fe2d79db402202a4ccd2e015489ad208 /meta-python | |
| parent | 2fb322886439b2ab348560ffff748b83589d8723 (diff) | |
| download | meta-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 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5" | 10 | SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | ${PYTHON_PN}-six \ | ||
| 16 | " | ||
| 17 | |||
| 14 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
