From f27566f573ae70a19c735d3326aa477d863a3447 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 Feb 2024 22:46:32 +0000 Subject: layer-wide: drop PYTHON_PN Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70, we no longer need PYTHON_PN for any abstraction of python2 vs python3. Our similar / dup recipes are now causing signature differences, so we go ahead and make the substitution, even if it isn't stricly required. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-dockerpty_0.4.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-devtools/python/python3-dockerpty_0.4.1.bb') diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb index 6834400c..e4aa0321 100644 --- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb +++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb @@ -9,8 +9,8 @@ SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4" SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce" RDEPENDS:${PN} += "\ - ${PYTHON_PN}-fcntl \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-terminal \ + python3-fcntl \ + python3-io \ + python3-six \ + python3-terminal \ " -- cgit v1.2.3-54-g00ecf