diff options
author | Derek Straka <derek@asterius.io> | 2023-09-29 21:49:03 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:49 -0700 |
commit | 33c3bfa00a01a16f538900b32ac476631cdfee70 (patch) | |
tree | 2e04ccaf82a474f939bca4a95e73e73d3ffb7321 /meta-python/recipes-devtools | |
parent | 43ce40dd4dfbaa96f8644025f5000e0a9bcb62e8 (diff) | |
download | meta-openembedded-33c3bfa00a01a16f538900b32ac476631cdfee70.tar.gz |
python3-boto3: add recipe for latest version of boto3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 90558f223aa9cfe771ca47223789e5a63eb8246e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb b/meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb new file mode 100644 index 0000000000..ad40fd0d0c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | HOMEPAGE = "https://github.com/boto/boto" | ||
2 | SUMMARY = "Amazon Web Services API" | ||
3 | DESCRIPTION = "\ | ||
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 | " | ||
8 | SECTION = "devel/python" | ||
9 | LICENSE = "MIT" | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
11 | |||
12 | SRC_URI[sha256sum] = "e2d2824ba6459b330d097e94039a9c4f96ae3f4bcdc731d620589ad79dcd16d3" | ||
13 | |||
14 | inherit pypi setuptools3 | ||
15 | |||
16 | RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin" | ||