diff options
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 | ||