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-containers/podman-compose/podman-compose_1.0.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-containers/podman-compose') diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_1.0.6.bb index 8a7c0c9e..e055ee45 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb @@ -10,9 +10,9 @@ SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" S = "${WORKDIR}/git" -DEPENDS += "${PYTHON_PN}-pyyaml-native" +DEPENDS += "python3-pyyaml-native" RDEPENDS:${PN} += "\ - ${PYTHON_PN}-pyyaml \ - ${PYTHON_PN}-dotenv \ + python3-pyyaml \ + python3-dotenv \ " -- cgit v1.2.3-54-g00ecf