summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
index 890743b0c4..97dc683785 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
@@ -9,12 +9,12 @@ PYPI_PACKAGE = "xmlschema"
inherit pypi setuptools3
DEPENDS += "\
- ${PYTHON_PN}-elementpath-native \
+ python3-elementpath-native \
"
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-elementpath \
- ${PYTHON_PN}-modules \
+ python3-elementpath \
+ python3-modules \
"
BBCLASSEXTEND = "native nativesdk"