summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
index d5100dd78e..865accc595 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
@@ -15,12 +15,12 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "pika"
DEPENDS += " \
- ${PYTHON_PN}-setuptools-scm-native \
- ${PYTHON_PN}-toml-native \
+ python3-setuptools-scm-native \
+ python3-toml-native \
"
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-tornado \
- ${PYTHON_PN}-twisted \
+ python3-logging \
+ python3-tornado \
+ python3-twisted \
"