diff options
author | Pavel Zhukov <pavel@zhukoff.net> | 2024-01-21 19:22:43 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-01 14:15:13 +0000 |
commit | fd1010ef24a7fc2de9a6b623212f332919c502af (patch) | |
tree | 224d9fc51c1c1ed41918ac7beda534552d48ab1d /recipes-devtools/python/python3-docker_7.0.0.bb | |
parent | c39840a3bdac9923e841d69e40edd618eb754a41 (diff) | |
download | meta-virtualization-fd1010ef24a7fc2de9a6b623212f332919c502af.tar.gz |
python3-docker: Update to 7.0.0
Update package to fix compatibility fix docker from the layer.
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-docker_7.0.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-docker_7.0.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-docker_7.0.0.bb b/recipes-devtools/python/python3-docker_7.0.0.bb new file mode 100644 index 00000000..ada94876 --- /dev/null +++ b/recipes-devtools/python/python3-docker_7.0.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "A Python library for the Docker Engine API." | ||
2 | HOMEPAGE = "https://github.com/docker/docker-py" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" | ||
5 | |||
6 | SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef" | ||
7 | SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3" | ||
8 | |||
9 | DEPENDS += "${PYTHON_PN}-pip-native" | ||
10 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | ${PYTHON_PN}-misc \ | ||
14 | ${PYTHON_PN}-six \ | ||
15 | ${PYTHON_PN}-docker-pycreds \ | ||
16 | ${PYTHON_PN}-requests \ | ||
17 | ${PYTHON_PN}-websocket-client \ | ||
18 | ${PYTHON_PN}-packaging \ | ||
19 | " | ||
20 | inherit pypi python_setuptools_build_meta | ||