summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-boto3_1.14.7.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-03-29 20:59:55 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-30 16:43:47 -0400
commit5be55ac5cfb266d01bfa272f4c94832b21eb7ad4 (patch)
tree4f38617e4e0ae272cd7e05ce1e753c96e3b5fbde /recipes-devtools/python/python3-boto3_1.14.7.bb
parent2e5f311548cf78dd6755ebffb5c8af9ee3ba98f0 (diff)
downloadmeta-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-boto3_1.14.7.bb')
-rw-r--r--recipes-devtools/python/python3-boto3_1.14.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.14.7.bb
index f9e979e8..0e9611ca 100644
--- a/recipes-devtools/python/python3-boto3_1.14.7.bb
+++ b/recipes-devtools/python/python3-boto3_1.14.7.bb
@@ -13,3 +13,5 @@ SRC_URI[md5sum] = "fb8b77d4ac10a971570419dd3613196e"
13SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35" 13SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35"
14 14
15inherit pypi setuptools3 15inherit pypi setuptools3
16
17RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin"