summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerio De Benedetto <valerio@debevv.com>2018-01-16 17:14:55 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-18 10:45:25 -0500
commit8b50c03cf3be1e92a8ebddd4aa37eefedf47d8b3 (patch)
tree4d340877eaeb5ae0ca335a6ca10a86a832b00f7c
parent036e5f00d8e8e1fee6431fba9bcc801d0f15e581 (diff)
downloadmeta-virtualization-8b50c03cf3be1e92a8ebddd4aa37eefedf47d8b3.tar.gz
add python3-terminal RDEPENDS to docker-compose recipe
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb1
1 files changed, 1 insertions, 0 deletions
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 50e76b7e..4e761d0b 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} = "\
25 ${PYTHON_PN}-pyyaml \ 25 ${PYTHON_PN}-pyyaml \
26 ${PYTHON_PN}-requests \ 26 ${PYTHON_PN}-requests \
27 ${PYTHON_PN}-six \ 27 ${PYTHON_PN}-six \
28 ${PYTHON_PN}-terminal \
28 ${PYTHON_PN}-texttable \ 29 ${PYTHON_PN}-texttable \
29 ${PYTHON_PN}-urllib3 \ 30 ${PYTHON_PN}-urllib3 \
30 ${PYTHON_PN}-websocket-client \ 31 ${PYTHON_PN}-websocket-client \