summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
index 4ea5aa04a4..04e7f4bfb8 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
@@ -10,10 +10,10 @@ inherit pypi setuptools3
PYPI_PACKAGE_EXT = "tar.gz"
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-multiprocessing \
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-profile \
- ${PYTHON_PN}-core \
+ python3-multiprocessing \
+ python3-logging \
+ python3-profile \
+ python3-core \
"
BBCLASSEXTEND = "native nativesdk"