diff mbox series

[2/2] python3-referencing: drop ${PYTHON_PN}

Message ID 20240411194727.26317-3-jsbronder@cold-front.org
State Accepted, archived
Commit f64078dd67b2d4db26edea5992f649161e7fee2f
Headers show
Series Clear remaining ${PYTHON_PN} uses | expand

Commit Message

Justin Bronder April 11, 2024, 7:46 p.m. UTC
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>
---
 meta/recipes-devtools/python/python3-referencing_0.33.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"