OsmoGSMTester: add sqlite3 as dependency

Needed to setup the initial hlr db using the hlr.sql file from osmo-hlr
since osmo-gsm-tester commit 798e592fd642a1dd86380c412a9501931b9048e1
"MSC+BSC: add test api to run OsmoMSC and OsmoBSC with AoIP"

Change-Id: Ic19f93a69df4062364da8523b5d30a1611a0eb77
This commit is contained in:
Neels Hofmeyr 2017-06-03 15:20:28 +02:00
parent 8e23a8e3ab
commit 6afa4ce698
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ run the osmo-gsm-tester.py code, i.e. install these on your main unit:
apt-get install \
dbus \
tcpdump \
sqlite3 \
python3 \
python3-yaml \
python3-mako \