diff options
| author | Thomas Roos <throos@amazon.de> | 2023-10-06 10:16:59 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:06 -0400 |
| commit | f2450bffe19694bbf5519ed25c28c35d0c0d08e4 (patch) | |
| tree | 6686d6d2a809d6dd761b54d41118798c06332697 | |
| parent | 35e7d49014bfeb59a5560d5b7a7c040b75fdd139 (diff) | |
| download | meta-openembedded-f2450bffe19694bbf5519ed25c28c35d0c0d08e4.tar.gz | |
python3-boto3, python3-botocore: remove recipes
python3-boto3 and python3-botocore are provided by meta-aws.
They have ptests and upgraded as soon as there is an release.
Having them here also causing issues with yocto-check-layer
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15223
As discussed on IRC with Richard Purdie, those recipes should just be provided
by meta-aws. Agreed here https://github.com/openembedded/meta-openembedded/issues/744
by Khem.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit bc98fb0765ab32aa98c7752306a3e314b13e85b5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb | 16 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb | 10 |
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 @@ | |||
| 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] = "e2d2824ba6459b330d097e94039a9c4f96ae3f4bcdc731d620589ad79dcd16d3" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS:${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 @@ | |||
| 1 | SUMMARY = "A low-level interface to a growing number of Amazon Web Services." | ||
| 2 | HOMEPAGE = "https://github.com/boto/botocore" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "301436174635bec739b225b840fc365ca00e5c1a63e5b2a19ee679d204e01b78" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging" | ||
