diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-12-02 20:27:12 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:08:07 -0500 |
commit | cf3ad09036fb2ce9e1e899e3ad43f7706273f4be (patch) | |
tree | d534f3517f8e5cb26d13162504ef5d61b8a7fb99 /recipes-devtools/python/python-docker_4.1.0.bb | |
parent | 3e53cdfeae42db65997a2d3eba039b39ad9f4f7e (diff) | |
download | meta-virtualization-cf3ad09036fb2ce9e1e899e3ad43f7706273f4be.tar.gz |
python-docker: uprev to 4.1.0
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-docker_4.1.0.bb')
-rw-r--r-- | recipes-devtools/python/python-docker_4.1.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-docker_4.1.0.bb b/recipes-devtools/python/python-docker_4.1.0.bb new file mode 100644 index 00000000..a9642543 --- /dev/null +++ b/recipes-devtools/python/python-docker_4.1.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-docker.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | python-backports-ssl \ | ||
6 | " | ||