mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
python3-boto3: add recipe for latest version of boto3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 90558f223a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
43ce40dd4d
commit
33c3bfa00a
16
meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb
Normal file
16
meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user