Installing Boto3 onn AirPrime WP7702

I don’t see BOTO3 package in yocto, can you use boto?
If yes, please follow the steps below which is tested on my WP76 R13.3:

  1. download the python2.7_packed.tar from here:
    python2.7_packed.tar - Google Drive

  2. scp the tar file to module /home/root

mkdir /tmp/temp_folder
tar -xf /home/root/python2.7_packed.tar -C /tmp/temp_folder
cp -rf /tmp/temp_folder/python2.7_packed/* /usr/lib/python2.7/
rm -rf /tmp/temp_folder/

root@swi-mdm9x28-wp:~# python
Python 2.7.15 (default, Jul 8 2019, 12:11:46)
[GCC 7.3.0] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

import boto