From bd1a95853f8cb79101c200c175c3372a74f20961 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 17 Apr 2025 18:34:47 +0000 Subject: devtools: update to latest Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker_7.1.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-devtools/python/python3-docker_7.1.0.bb (limited to 'recipes-devtools/python/python3-docker_7.1.0.bb') diff --git a/recipes-devtools/python/python3-docker_7.1.0.bb b/recipes-devtools/python/python3-docker_7.1.0.bb new file mode 100644 index 00000000..cef0af4f --- /dev/null +++ b/recipes-devtools/python/python3-docker_7.1.0.bb @@ -0,0 +1,22 @@ +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] = "04e92a7b6dc8b88dde3c7cca6850b277" +SRC_URI[sha256sum] = "ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c" + +DEPENDS += "python3-pip-native" +DEPENDS += "python3-setuptools-scm-native" +DEPENDS += "python3-hatch-vcs-native" + +RDEPENDS:${PN} += " \ + python3-misc \ + python3-six \ + python3-docker-pycreds \ + python3-requests \ + python3-websocket-client \ + python3-packaging \ + python3-hatch-vcs \ +" +inherit pypi python_hatchling -- cgit v1.2.3-54-g00ecf