From cbefd4d88c0878c259c53c02a61b713679379124 Mon Sep 17 00:00:00 2001 From: Ting Yu Date: Thu, 13 Dec 2018 20:41:04 +0000 Subject: add the py2 version for python-docker and python-docker-pycreds packages add the py2 version for python-docker and python-docker-pycreds packages. add python-six and python-backport_ssl (for ph2 only) as python-docker dependencies. verify the connection to docker engine at run time - >>> import docker >>> client = docker.from_env() >>> client.images.list() [] Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-docker_3.4.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-devtools/python/python-docker_3.4.0.bb (limited to 'recipes-devtools/python/python-docker_3.4.0.bb') diff --git a/recipes-devtools/python/python-docker_3.4.0.bb b/recipes-devtools/python/python-docker_3.4.0.bb new file mode 100644 index 00000000..a9642543 --- /dev/null +++ b/recipes-devtools/python/python-docker_3.4.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-docker.inc + +RDEPENDS_${PN} += " \ + python-backports-ssl \ + " -- cgit v1.2.3-54-g00ecf