meta-virtualization/recipes-devtools/python/python3-boto3_1.37.35.bb
Bruce Ashfield bd1a95853f devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-04-17 18:34:53 +00:00

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] = "751ed599c8fd9ca24896edcd6620e8a32b3db1b68efea3a90126312240e668a2"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"