The dependency docker-compose is missing for module tty is python3-terminal, this patch adds it to recipe RDEPENDS. (running docker-compose on the target system was failing with "ImportError: No module named 'tty'")
>From b6a02510b3e4674714057ddf6c938dbee7ef0348 Mon Sep 17 00:00:00 2001
From: Valerio De Benedetto <[email protected]>
Date: Tue, 16 Jan 2018 17:14:55 +0100
Subject: [PATCH] add python3-terminal RDEPENDS to docker-compose recipe

---
 recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb b/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb
index 50e76b7..4e761d0 100644
--- a/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb
@@ -25,6 +25,7 @@ RDEPENDS_${PN} = "\
   ${PYTHON_PN}-pyyaml \
   ${PYTHON_PN}-requests \
   ${PYTHON_PN}-six \
+  ${PYTHON_PN}-terminal \
   ${PYTHON_PN}-texttable \
   ${PYTHON_PN}-urllib3 \
   ${PYTHON_PN}-websocket-client \
-- 
2.7.4

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to