summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-docker_7.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-docker_7.1.0.bb')
-rw-r--r--recipes-devtools/python/python3-docker_7.1.0.bb22
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 @@
1SUMMARY = "A Python library for the Docker Engine API."
2HOMEPAGE = "https://github.com/docker/docker-py"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
5
6SRC_URI[md5sum] = "04e92a7b6dc8b88dde3c7cca6850b277"
7SRC_URI[sha256sum] = "ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c"
8
9DEPENDS += "python3-pip-native"
10DEPENDS += "python3-setuptools-scm-native"
11DEPENDS += "python3-hatch-vcs-native"
12
13RDEPENDS:${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"
22inherit pypi python_hatchling