diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb index 5cc4291f78..dbb2fc0ebe 100644 --- a/meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.4.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11 | |||
12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-six \ | 15 | python3-six \ |
16 | " | 16 | " |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |