Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-docker_3.3.0.bb
1
2 DESCRIPTION = "A Python library for the Docker Engine API"
3 HOMEPAGE = "https://pypi.org/project/docker/3.3.0"
4 SECTION = "devel/python"
5 LICENSE = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
7
8 SRC_URI[md5sum] = "660c3c0c3776cb88f34fc549d7c89ed2"
9 SRC_URI[sha256sum] = "dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a"
10
11 inherit setuptools pypi
12
13 RDEPENDS_${PN}_append = " \
14         python-docker-pycreds \
15         python-backports-ssl \
16         "