diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb index 6fc2cf4809..0777b6cffb 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb | |||
@@ -10,10 +10,10 @@ PYPI_PACKAGE = "bitstring" | |||
10 | inherit pypi python_poetry_core | 10 | inherit pypi python_poetry_core |
11 | 11 | ||
12 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | ${PYTHON_PN}-core \ | 13 | python3-core \ |
14 | ${PYTHON_PN}-io \ | 14 | python3-io \ |
15 | ${PYTHON_PN}-mmap \ | 15 | python3-mmap \ |
16 | ${PYTHON_PN}-numbers \ | 16 | python3-numbers \ |
17 | " | 17 | " |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |