Add boto3 to build

boto3 is a python package for interacting with AWS. we need this for
interacting with an Amazon Docker registry. This commit adds boto3 and
its dependencies to the build

Story: 2006274
Task: 36704
Depends-On: https://review.opendev.org/683179

Change-Id: I5a5c7ea7b20c012b51ee20057a1ebd0f0c635386
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
This commit is contained in:
Jerry Sun 2019-09-19 11:20:02 -04:00
parent d51e846143
commit 464819c170
1 changed files with 5 additions and 0 deletions

View File

@ -273,3 +273,8 @@ Redfishtool
# kvm-timer-advance (AIO and worker nodes only)
kvm-timer-advance
# aws packages for interacting with amazon aws registry
# botocore is an unspecified requirement of boto3
python2-botocore
python-boto3