mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
podman-compose: Add runtime dependencies
Add missing runtime dependencies on python modules asyncio, json and getpass provided by unixadmin. Sort the dependencies alphabetically while at it. Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
9e9f60e959
commit
247ea9c388
|
@ -14,6 +14,9 @@ S = "${WORKDIR}/git"
|
|||
DEPENDS += "python3-pyyaml-native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-pyyaml \
|
||||
python3-asyncio \
|
||||
python3-dotenv \
|
||||
python3-json \
|
||||
python3-pyyaml \
|
||||
python3-unixadmin \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user