[meta-virtualization] [PATCH] python3-docker: add missing RDEPENDS

Ricardo Salveti ricardo at opensourcefoundries.com
Mon Oct 16 19:10:40 PDT 2017


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 at opensourcefoundries.com>
---
 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 ff8f89e..341d95c 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 \
+"
-- 
2.7.4



More information about the meta-virtualization mailing list