summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-21 22:46:32 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-02-21 22:48:29 +0000
commitf27566f573ae70a19c735d3326aa477d863a3447 (patch)
tree3dc511bbf58fc3ca186a0566c1a78a39bc1445c9 /recipes-containers
parent0c7965ed569c6701b07b6fc204d0a45ebc5196cd (diff)
downloadmeta-virtualization-f27566f573ae70a19c735d3326aa477d863a3447.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/podman-compose/podman-compose_1.0.6.bb6
1 files changed, 3 insertions, 3 deletions
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"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS += "${PYTHON_PN}-pyyaml-native" 13DEPENDS += "python3-pyyaml-native"
14 14
15RDEPENDS:${PN} += "\ 15RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-pyyaml \ 16 python3-pyyaml \
17 ${PYTHON_PN}-dotenv \ 17 python3-dotenv \
18" 18"