Commit 2b98daec authored by Frédéric Leroy's avatar Frédéric Leroy

build_helper: add missing package in check_install_oai_software

parent 6b2247f1
...@@ -303,6 +303,7 @@ check_install_oai_software() { ...@@ -303,6 +303,7 @@ check_install_oai_software() {
libblas3gf \ libblas3gf \
libblas-dev \ libblas-dev \
libconfig8-dev \ libconfig8-dev \
libffi-dev \
libforms-bin \ libforms-bin \
libforms-dev \ libforms-dev \
libgcrypt11-dev \ libgcrypt11-dev \
...@@ -314,6 +315,7 @@ check_install_oai_software() { ...@@ -314,6 +315,7 @@ check_install_oai_software() {
liboctave-dev \ liboctave-dev \
libpgm-5.1 \ libpgm-5.1 \
libpgm-dev \ libpgm-dev \
libpython2.7-dev \
libsctp1 \ libsctp1 \
libsctp-dev \ libsctp-dev \
libssl-dev \ libssl-dev \
...@@ -333,6 +335,7 @@ check_install_oai_software() { ...@@ -333,6 +335,7 @@ check_install_oai_software() {
xmlstarlet \ xmlstarlet \
python-pip \ python-pip \
pydb \ pydb \
wget \
wvdial \ wvdial \
python-numpy \ python-numpy \
sshpass \ sshpass \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment