From: Justin Bronder Date: Thu, 11 Apr 2024 19:46:37 +0000 (-0400) Subject: python3-referencing: drop ${PYTHON_PN} X-Git-Tag: 2024-04-scarthgap~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64078dd67b2d4db26edea5992f649161e7fee2f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 5b509322646..f675bbc67d4 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"