- modify package list

This commit is contained in:
Dmytro Bogovych 2023-09-08 15:33:51 +03:00
parent a10c1e4019
commit 95caf57aed
2 changed files with 2 additions and 3 deletions

View File

@ -120,7 +120,6 @@ function enable-headset-ofono()
function install_python_pkg()
{
info 'installing python libraries'
pip install pexpect
pip3 install pexpect rabbitmq sox soundfile pyyaml
}

View File

@ -10,8 +10,8 @@ INSTALL_DIR=agent_gsm
GIT_SOURCE=https://git.sevana.biz/public/agent_gsm
# Install prerequisites
sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests python3-numpy
sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy
sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests
sudo pip3 install rabbitpy pydub
if [ -f "$INSTALL_DIR" ]; then