summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-boto3_1.17.51.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-17 18:34:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-17 18:34:53 +0000
commitbd1a95853f8cb79101c200c175c3372a74f20961 (patch)
tree0ea5a8a64388308aa00e70c2e0ab88dd02ecd1b1 /recipes-devtools/python/python3-boto3_1.17.51.bb
parentf3feb82026b268912d627a4a04df979266137181 (diff)
downloadmeta-virtualization-bd1a95853f8cb79101c200c175c3372a74f20961.tar.gz
devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.17.51.bb')
-rw-r--r--recipes-devtools/python/python3-boto3_1.17.51.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.17.51.bb b/recipes-devtools/python/python3-boto3_1.17.51.bb
deleted file mode 100644
index 9c94a34d..00000000
--- a/recipes-devtools/python/python3-boto3_1.17.51.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] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"