aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
index a61ec646f8..3e7f70f04f 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_4.3.0.bb
@@ -9,11 +9,11 @@ PYPI_PACKAGE = "elementpath"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-xml \
- ${PYTHON_PN}-core \
- ${PYTHON_PN}-numbers \
- ${PYTHON_PN}-datetime \
- ${PYTHON_PN}-stringold \
+ python3-xml \
+ python3-core \
+ python3-numbers \
+ python3-datetime \
+ python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"