summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
index 6fc2cf4809..0777b6cffb 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
@@ -10,10 +10,10 @@ PYPI_PACKAGE = "bitstring"
inherit pypi python_poetry_core
RDEPENDS:${PN} = "\
- ${PYTHON_PN}-core \
- ${PYTHON_PN}-io \
- ${PYTHON_PN}-mmap \
- ${PYTHON_PN}-numbers \
+ python3-core \
+ python3-io \
+ python3-mmap \
+ python3-numbers \
"
BBCLASSEXTEND = "native nativesdk"