mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
@@ -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] = "e2d2824ba6459b330d097e94039a9c4f96ae3f4bcdc731d620589ad79dcd16d3"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"
|
||||
@@ -1,10 +0,0 @@
|
||||
SUMMARY = "A low-level interface to a growing number of Amazon Web Services."
|
||||
HOMEPAGE = "https://github.com/boto/botocore"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
|
||||
|
||||
SRC_URI[sha256sum] = "301436174635bec739b225b840fc365ca00e5c1a63e5b2a19ee679d204e01b78"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging"
|
||||
Reference in New Issue
Block a user