diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:52:02 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 15:16:52 +0000 |
| commit | 826607f2b92bddc4b0bc80f5858c451d4af67fd2 (patch) | |
| tree | 76d26bc78117f898d443103cc975c9c103c173e0 /recipes-devtools/python/python3-boto3_1.37.35.bb | |
| parent | 2a1905115769861b4cdf83a2fd453189a60cbb0c (diff) | |
| download | meta-virtualization-826607f2b92bddc4b0bc80f5858c451d4af67fd2.tar.gz | |
python3-boto3: update to 1.43.21
Bump 1.37.35 -> 1.43.21 (latest on PyPI). New sdist sha256sum:
6dfeb70bf4f9a3514b91c7199f475f71f939199d62f9c63cd555b033fb283f89
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.37.35.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.37.35.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.37.35.bb b/recipes-devtools/python/python3-boto3_1.37.35.bb deleted file mode 100644 index 6fe8007d..00000000 --- a/recipes-devtools/python/python3-boto3_1.37.35.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 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] = "751ed599c8fd9ca24896edcd6620e8a32b3db1b68efea3a90126312240e668a2" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin" | ||
