Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-boto3.inc
1
2 DESCRIPTION = "The AWS SDK for Python"
3 HOMEPAGE = "https://aws.amazon.com/sdk-for-python/"
4 AUTHOR = "Amazon Web Services"
5 LICENSE = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
7
8 SRC_URI[md5sum] = "a18e37ff05d0dd0a59e43e7bcfd79469"
9 SRC_URI[sha256sum] = "b9c930982891229fe32c670c940835e4d5afcb52f60a5e512de8e5cba409900b"
10
11 RDEPENDS_${PN} = "\
12     ${PYTHON_PN}-botocore \
13     ${PYTHON_PN}-jmespath \
14     ${PYTHON_PN}-s3transfer \
15 "
16
17 inherit pypi