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

Upgrade to release 1.17.51: - api-change:lightsail: [botocore] Documentation updates for Amazon Lightsail. - api-change:sts: [botocore] This release adds the SourceIdentity parameter that can be set when assuming a role. - api-change:comprehendmedical: [botocore] The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions. - api-change:rds: [botocore] Clarify that enabling or disabling automated backups causes a brief downtime, not an outage. - api-change:redshift: [botocore] Added support to enable AQUA in Amazon Redshift clusters. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
17 lines
601 B
BlitzBasic
17 lines
601 B
BlitzBasic
HOMEPAGE = "https://github.com/boto/boto"
|
|
SUMMARY = "Amazon Web Services API"
|
|
DESCRIPTION = "\
|
|
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
|
|
which allows Python developers to write software that makes use of services like \
|
|
Amazon S3 and Amazon EC2. \
|
|
"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
|
|
|
|
SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin"
|