diff mbox series

[meta-python,1/2] python3-botocore: add recipe for latest version of botocore

Message ID 20230929214903.2144891-1-derek@asterius.io
State Under Review
Headers show
Series [meta-python,1/2] python3-botocore: add recipe for latest version of botocore | expand

Commit Message

Derek Straka Sept. 29, 2023, 9:49 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/python3-botocore_1.31.57.bb                 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb
diff mbox series

Patch

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 000000000..d0c3ff2d4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb
@@ -0,0 +1,10 @@ 
+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"