mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
python3-docker: add missing RDEPENDS
Add python3-docker-pycreds, python3-requests and python3-websocket-client to RDEPENDS for a functional python docker module (otherwise even import docker fails). Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
9d288d62c2
commit
9c4cefcb71
|
@ -9,3 +9,9 @@ SRC_URI[md5sum] = "7d917152976df075e6e90ee853df641f"
|
|||
SRC_URI[sha256sum] = "b876e6909d8d2360e0540364c3a952a62847137f4674f2439320ede16d6db880"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-pip-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
python3-docker-pycreds \
|
||||
python3-requests \
|
||||
python3-websocket-client \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user