Files
meta-starlingx/meta-stx-integ/recipes-devtools/python/python-docker_3.3.0.bb
Jackie Huang 35ce190b76 python-docker: Add auth_config to api.image.inspect_distribution
This is an excerpt from docker-py 4.4.4 needed to check if a given image
exists in an authenticated registry.

Story: 2009305
Task: 43677

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id7de52e3faa79e559d1957bf7a635152b5e775cb
2021-12-08 08:15:10 +00:00

21 lines
569 B
BlitzBasic

DESCRIPTION = "A Python library for the Docker Engine API"
HOMEPAGE = "https://pypi.org/project/docker/3.3.0"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
SRC_URI += "\
file://0001-Add-auth_config-to-api.image.inspect_distribution.patch \
"
SRC_URI[md5sum] = "660c3c0c3776cb88f34fc549d7c89ed2"
SRC_URI[sha256sum] = "dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a"
inherit setuptools pypi
RDEPENDS_${PN}_append = " \
python-docker-pycreds \
python-backports-ssl \
"