blob: ad40fd0d0cbb77cccfc525f34a919f4aa71bb00c [file] [log] [blame]
Andrew Geissler220dafd2023-10-04 10:18:08 -05001HOMEPAGE = "https://github.com/boto/boto"
2SUMMARY = "Amazon Web Services API"
3DESCRIPTION = "\
4 Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
5 which allows Python developers to write software that makes use of services like \
6 Amazon S3 and Amazon EC2. \
7 "
8SECTION = "devel/python"
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
11
12SRC_URI[sha256sum] = "e2d2824ba6459b330d097e94039a9c4f96ae3f4bcdc731d620589ad79dcd16d3"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"