diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb index 243504b666..a4d59913f8 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | |||
@@ -12,8 +12,9 @@ inherit pypi python_poetry_core | |||
12 | 12 | ||
13 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
15 | ${PYTHON_PN}-numbers \ | 15 | ${PYTHON_PN}-io \ |
16 | ${PYTHON_PN}-mmap \ | 16 | ${PYTHON_PN}-mmap \ |
17 | ${PYTHON_PN}-numbers \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |