From fd1010ef24a7fc2de9a6b623212f332919c502af Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Sun, 21 Jan 2024 19:22:43 +0100 Subject: python3-docker: Update to 7.0.0 Update package to fix compatibility fix docker from the layer. Signed-off-by: Pavel Zhukov Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker_5.0.0.bb | 19 ------------------- recipes-devtools/python/python3-docker_7.0.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 recipes-devtools/python/python3-docker_5.0.0.bb create mode 100644 recipes-devtools/python/python3-docker_7.0.0.bb diff --git a/recipes-devtools/python/python3-docker_5.0.0.bb b/recipes-devtools/python/python3-docker_5.0.0.bb deleted file mode 100644 index 44d65b05..00000000 --- a/recipes-devtools/python/python3-docker_5.0.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A Python library for the Docker Engine API." -HOMEPAGE = "https://github.com/docker/docker-py" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" - -SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" -SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" - -DEPENDS += "${PYTHON_PN}-pip-native" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-docker-pycreds \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-websocket-client \ -" - -inherit pypi setuptools3 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 @@ +SUMMARY = "A Python library for the Docker Engine API." +HOMEPAGE = "https://github.com/docker/docker-py" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" + +SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef" +SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3" + +DEPENDS += "${PYTHON_PN}-pip-native" +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-docker-pycreds \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-websocket-client \ + ${PYTHON_PN}-packaging \ +" +inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf