
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
21 lines
569 B
BlitzBasic
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 \
|
|
"
|