summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-botocore_1.37.35.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-botocore_1.37.35.bb')
-rw-r--r--recipes-devtools/python/python3-botocore_1.37.35.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-botocore_1.37.35.bb b/recipes-devtools/python/python3-botocore_1.37.35.bb
new file mode 100644
index 00000000..edafd2da
--- /dev/null
+++ b/recipes-devtools/python/python3-botocore_1.37.35.bb
@@ -0,0 +1,10 @@
1SUMMARY = "The low-level, core functionality of boto 3."
2HOMEPAGE = "https://github.com/boto/botocore"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5
6SRC_URI[sha256sum] = "197a9bf8251c45b9d882c405ec0d0ab40c10e2d2a55ee66960185daec4beb6ec"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging"