diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-03-29 20:59:55 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-30 16:43:47 -0400 |
| commit | 5be55ac5cfb266d01bfa272f4c94832b21eb7ad4 (patch) | |
| tree | 4f38617e4e0ae272cd7e05ce1e753c96e3b5fbde /recipes-devtools/python/python3-botocore_1.20.36.bb | |
| parent | 2e5f311548cf78dd6755ebffb5c8af9ee3ba98f0 (diff) | |
| download | meta-virtualization-5be55ac5cfb266d01bfa272f4c94832b21eb7ad4.tar.gz | |
boto3: satisfy runtime dependencies
Currently boto3 can be built into an image but it won't work without
additional dependencies. First: botocore is needed at run-time, second:
there are other packages available in meta-python that need adding.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-botocore_1.20.36.bb')
| -rw-r--r-- | recipes-devtools/python/python3-botocore_1.20.36.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-botocore_1.20.36.bb b/recipes-devtools/python/python3-botocore_1.20.36.bb new file mode 100644 index 00000000..4c4a8251 --- /dev/null +++ b/recipes-devtools/python/python3-botocore_1.20.36.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "The low-level, core functionality of boto 3." | ||
| 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 = "git://github.com/boto/botocore.git;protocol=https" | ||
| 7 | SRCREV = "8c7123bd4683049dcac62bf3e11662e6a72c5eec" | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging" | ||
