aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-engineio_3.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-engineio_3.11.2.bb')
-rw-r--r--recipes-devtools/python/python-engineio_3.11.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-engineio_3.11.2.bb b/recipes-devtools/python/python-engineio_3.11.2.bb
index 2d84227..89c52ff 100644
--- a/recipes-devtools/python/python-engineio_3.11.2.bb
+++ b/recipes-devtools/python/python-engineio_3.11.2.bb
@@ -13,13 +13,13 @@ PYPI_PACKAGE = "python-engineio"
inherit pypi setuptools
-RDEPENDS_${PN}_append_class-target = "\
+RDEPENDS:${PN}:append:class-target = "\
${PYTHON_PN}-compression \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
"
-RDEPENDS_${PN} += "\
+RDEPENDS:${PN} += "\
${PYTHON_PN}-six \
"