aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb
index 0a9ba59452..1858fee25a 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.25.0.bb
@@ -12,11 +12,11 @@ BBCLASSEXTEND = "native nativesdk"
inherit pypi python_hatchling
DEPENDS += "\
- ${PYTHON_PN}-hatch-vcs-native \
+ python3-hatch-vcs-native \
"
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-distlib \
- ${PYTHON_PN}-filelock \
- ${PYTHON_PN}-platformdirs \
+ python3-distlib \
+ python3-filelock \
+ python3-platformdirs \
"