From f64078dd67b2d4db26edea5992f649161e7fee2f Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Thu, 11 Apr 2024 15:46:37 -0400 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-referencing_0.33.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3