diff options
| author | Derek Straka <derek@asterius.io> | 2023-09-29 21:49:02 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-30 01:03:17 -0700 |
| commit | aa9a5a0e9702db5ca5e2caf05a30277292f081ff (patch) | |
| tree | e5341c6c4f2ae6421eb5b95a62c4dad033b025a1 /meta-python/recipes-devtools/python | |
| parent | 3c292ae4914d2bf946a460ef0e1c6bd5a2eb45ec (diff) | |
| download | meta-openembedded-aa9a5a0e9702db5ca5e2caf05a30277292f081ff.tar.gz | |
python3-botocore: add recipe for latest version of botocore
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 new file mode 100644 index 0000000000..d0c3ff2d4e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 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" | ||
