summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2024-04-11 15:46:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-13 14:39:05 +0100
commitf64078dd67b2d4db26edea5992f649161e7fee2f (patch)
tree0f70a4daa1037d7154eab121a9460c27f6989eac /meta/recipes-devtools
parent51c6501e7b255f3a699fea3b787abe1a5d8231dd (diff)
downloadopenembedded-core-f64078dd67b2d4db26edea5992f649161e7fee2f.tar.gz
python3-referencing: drop ${PYTHON_PN}
python 2 is gone and we don't need the abstraction now, drop the remaining usage of this variable. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-referencing_0.33.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb b/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
index 5b50932264..f675bbc67d 100644
--- a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
+++ b/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5
inherit pypi python_hatchling
-DEPENDS += "${PYTHON_PN}-hatch-vcs-native"
+DEPENDS += "python3-hatch-vcs-native"
RDEPENDS:${PN} += "python3-rpds-py"