summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2024-01-21 19:22:43 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-02-01 14:15:13 +0000
commitfd1010ef24a7fc2de9a6b623212f332919c502af (patch)
tree224d9fc51c1c1ed41918ac7beda534552d48ab1d /recipes-devtools
parentc39840a3bdac9923e841d69e40edd618eb754a41 (diff)
downloadmeta-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')
-rw-r--r--recipes-devtools/python/python3-docker_7.0.0.bb (renamed from recipes-devtools/python/python3-docker_5.0.0.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-devtools/python/python3-docker_5.0.0.bb b/recipes-devtools/python/python3-docker_7.0.0.bb
index 44d65b05..ada94876 100644
--- a/recipes-devtools/python/python3-docker_5.0.0.bb
+++ b/recipes-devtools/python/python3-docker_7.0.0.bb
@@ -3,10 +3,11 @@ HOMEPAGE = "https://github.com/docker/docker-py"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
5 5
6SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" 6SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef"
7SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" 7SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3"
8 8
9DEPENDS += "${PYTHON_PN}-pip-native" 9DEPENDS += "${PYTHON_PN}-pip-native"
10DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
10 11
11RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
12 ${PYTHON_PN}-misc \ 13 ${PYTHON_PN}-misc \
@@ -14,6 +15,6 @@ RDEPENDS:${PN} += " \
14 ${PYTHON_PN}-docker-pycreds \ 15 ${PYTHON_PN}-docker-pycreds \
15 ${PYTHON_PN}-requests \ 16 ${PYTHON_PN}-requests \
16 ${PYTHON_PN}-websocket-client \ 17 ${PYTHON_PN}-websocket-client \
18 ${PYTHON_PN}-packaging \
17" 19"
18 20inherit pypi python_setuptools_build_meta
19inherit pypi setuptools3