From 9c4cefcb712522bb2b85dc04f7c814fc4d7083f7 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Tue, 17 Oct 2017 00:10:40 -0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker_2.5.1.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-devtools/python/python3-docker_2.5.1.bb b/recipes-devtools/python/python3-docker_2.5.1.bb index ff8f89ee..341d95ce 100644 --- a/recipes-devtools/python/python3-docker_2.5.1.bb +++ b/recipes-devtools/python/python3-docker_2.5.1.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf