diff options
author | Dan Callaghan <dan.callaghan@opengear.com> | 2019-03-06 10:12:58 +1000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-08 16:01:28 -0500 |
commit | 2a44defc697cdf16521e5c11e894bd93c926f059 (patch) | |
tree | a0e7a53c1455f6c4778b2a8c36027bd26912316f /recipes-devtools/python/python-docker.inc | |
parent | 080f6b412da706e2c2a3c65fd06a05ac1c81880d (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-devtools/python/python-docker.inc')
-rw-r--r-- | recipes-devtools/python/python-docker.inc | 1 |
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" | |||
7 | SRC_URI[sha256sum] = "e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7" | 7 | SRC_URI[sha256sum] = "e9cc39e24905e67ba9e2df14c94488f5cf030fb72ae1c60de505ce5ea90503f7" |
8 | 8 | ||
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS_${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 \ |