diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-17 18:34:47 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-17 18:34:53 +0000 |
| commit | bd1a95853f8cb79101c200c175c3372a74f20961 (patch) | |
| tree | 0ea5a8a64388308aa00e70c2e0ab88dd02ecd1b1 /recipes-devtools/python/python3-docker_7.1.0.bb | |
| parent | f3feb82026b268912d627a4a04df979266137181 (diff) | |
| download | meta-virtualization-bd1a95853f8cb79101c200c175c3372a74f20961.tar.gz | |
devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-docker_7.1.0.bb')
| -rw-r--r-- | recipes-devtools/python/python3-docker_7.1.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 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] = "04e92a7b6dc8b88dde3c7cca6850b277" | ||
| 7 | SRC_URI[sha256sum] = "ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c" | ||
| 8 | |||
| 9 | DEPENDS += "python3-pip-native" | ||
| 10 | DEPENDS += "python3-setuptools-scm-native" | ||
| 11 | DEPENDS += "python3-hatch-vcs-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-misc \ | ||
| 15 | python3-six \ | ||
| 16 | python3-docker-pycreds \ | ||
| 17 | python3-requests \ | ||
| 18 | python3-websocket-client \ | ||
| 19 | python3-packaging \ | ||
| 20 | python3-hatch-vcs \ | ||
| 21 | " | ||
| 22 | inherit pypi python_hatchling | ||
