summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-boto3_1.37.35.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 13:52:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 15:16:52 +0000
commit826607f2b92bddc4b0bc80f5858c451d4af67fd2 (patch)
tree76d26bc78117f898d443103cc975c9c103c173e0 /recipes-devtools/python/python3-boto3_1.37.35.bb
parent2a1905115769861b4cdf83a2fd453189a60cbb0c (diff)
downloadmeta-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.bb16
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 @@
1HOMEPAGE = "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] = "751ed599c8fd9ca24896edcd6620e8a32b3db1b68efea3a90126312240e668a2"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"