aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-botocore_1.20.36.bb
blob: 4c4a82512fa6a154353fe8f413b1b338ac1a808d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "The low-level, core functionality of boto 3."
HOMEPAGE = "https://github.com/boto/botocore"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"

SRC_URI = "git://github.com/boto/botocore.git;protocol=https"
SRCREV = "8c7123bd4683049dcac62bf3e11662e6a72c5eec"
S = "${WORKDIR}/git"

inherit setuptools3

RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging"