summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Callaghan <dan.callaghan@opengear.com>2019-03-06 10:12:58 +1000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-03-08 16:01:28 -0500
commit2a44defc697cdf16521e5c11e894bd93c926f059 (patch)
treea0e7a53c1455f6c4778b2a8c36027bd26912316f
parent080f6b412da706e2c2a3c65fd06a05ac1c81880d (diff)
downloadmeta-virtualization-2a44defc697cdf16521e5c11e894bd93c926f059.tar.gz
python-docker: depend on python-misc for the ntpath module
Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-devtools/python/python-docker.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-docker.inc b/recipes-devtools/python/python-docker.inc
index eec7cda0..a0ba60b7 100644
--- a/recipes-devtools/python/python-docker.inc
+++ b/recipes-devtools/python/python-docker.inc
@@ -7,6 +7,7 @@ SRC_URI[md5sum] = "02491d168c048cdb99cc20d0b352ea0f"
7SRC_URI[sha256sum] = "e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7" 7SRC_URI[sha256sum] = "e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7"
8 8
9RDEPENDS_${PN} += " \ 9RDEPENDS_${PN} += " \
10 ${PYTHON_PN}-misc \
10 ${PYTHON_PN}-six \ 11 ${PYTHON_PN}-six \
11 ${PYTHON_PN}-docker-pycreds \ 12 ${PYTHON_PN}-docker-pycreds \
12 ${PYTHON_PN}-requests \ 13 ${PYTHON_PN}-requests \