summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb16
-rw-r--r--meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb10
2 files changed, 0 insertions, 26 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
deleted file mode 100644
index ad40fd0d0c..0000000000
--- a/meta-python/recipes-devtools/python/python3-boto3_1.28.57.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] = "e2d2824ba6459b330d097e94039a9c4f96ae3f4bcdc731d620589ad79dcd16d3"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"
diff --git a/meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb b/meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb
deleted file mode 100644
index d0c3ff2d4e..0000000000
--- a/meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1SUMMARY = "A low-level interface to a growing number of Amazon Web Services."
2HOMEPAGE = "https://github.com/boto/botocore"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5
6SRC_URI[sha256sum] = "301436174635bec739b225b840fc365ca00e5c1a63e5b2a19ee679d204e01b78"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging"