mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

This requires some packages as well as the pypi.bbclass from meta-python. It uses Python 3 as I don't think it makes sense to use Python 2 anymore. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 lines
382 B
BlitzBasic
10 lines
382 B
BlitzBasic
SUMMARY = "Python bindings for the docker credentials store API"
|
|
HOMEPAGE = "https://github.com/shin-/dockerpy-creds"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "0d80d5aebab771faf7e422b759c3055b"
|
|
SRC_URI[sha256sum] = "93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348"
|