diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-21 22:46:32 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-21 22:48:29 +0000 |
commit | f27566f573ae70a19c735d3326aa477d863a3447 (patch) | |
tree | 3dc511bbf58fc3ca186a0566c1a78a39bc1445c9 /recipes-containers | |
parent | 0c7965ed569c6701b07b6fc204d0a45ebc5196cd (diff) | |
download | meta-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.bb | 6 |
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 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | DEPENDS += "${PYTHON_PN}-pyyaml-native" | 13 | DEPENDS += "python3-pyyaml-native" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-pyyaml \ | 16 | python3-pyyaml \ |
17 | ${PYTHON_PN}-dotenv \ | 17 | python3-dotenv \ |
18 | " | 18 | " |