mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-14 14:15:22 +01:00
podman-compose: Add missing runtime dependency python-dotenv
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ed6bcd97fa
commit
23ce17f66c
|
|
@ -12,4 +12,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
DEPENDS += "${PYTHON_PN}-pyyaml-native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml"
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-pyyaml \
|
||||
${PYTHON_PN}-dotenv \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user