From 8fa8d6bed7bbf0c1f95d996bd51693d28aad01ae Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 21 Feb 2024 14:54:18 -0800 Subject: [PATCH] python3-sense-hat: Drop PYTHON_PN Starting OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70, we no longer need PYTHON_PN for any abstraction of python2 vs python3. Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-sense-hat_2.2.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb index fd67580..cf745fc 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " RDEPENDS:${PN} += " \ - ${PYTHON_PN}-numpy \ - ${PYTHON_PN}-rtimu \ - ${PYTHON_PN}-pillow \ + python3-numpy \ + python3-rtimu \ + python3-pillow \ "