diff options
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" |
