[meta-virtualization] python3: drop boto3 and botocore

Message ID 20220214085336.288156-1-brgl@bgdev.pl
State New
Headers show
Series [meta-virtualization] python3: drop boto3 and botocore | expand

Commit Message

Bartosz Golaszewski Feb. 14, 2022, 8:53 a.m. UTC
AWS packages are provided by meta-aws in more recent versions. Drop them
from meta-virtualization.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 recipes-devtools/python/python3-boto3_1.17.51.bb | 16 ----------------
 .../python/python3-botocore_1.20.51.bb           | 10 ----------
 2 files changed, 26 deletions(-)
 delete mode 100644 recipes-devtools/python/python3-boto3_1.17.51.bb
 delete mode 100644 recipes-devtools/python/python3-botocore_1.20.51.bb

Patch

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 9c94a34..0000000
--- a/recipes-devtools/python/python3-boto3_1.17.51.bb
+++ /dev/null
@@ -1,16 +0,0 @@ 
-HOMEPAGE = "https://github.com/boto/boto"
-SUMMARY = "Amazon Web Services API"
-DESCRIPTION = "\
-  Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
-  which allows Python developers to write software that makes use of services like \
-  Amazon S3 and Amazon EC2. \
-  "
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
-
-SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"
diff --git a/recipes-devtools/python/python3-botocore_1.20.51.bb b/recipes-devtools/python/python3-botocore_1.20.51.bb
deleted file mode 100644
index ca506f6..0000000
--- a/recipes-devtools/python/python3-botocore_1.20.51.bb
+++ /dev/null
@@ -1,10 +0,0 @@ 
-SUMMARY = "The low-level, core functionality of boto 3."
-HOMEPAGE = "https://github.com/boto/botocore"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
-
-SRC_URI[sha256sum] = "c853d6c2321e2f2328282c7d49d7b1a06201826ba0e7049c6975ab5f22927ea8"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging"