tests/auc: Don't require python3

Our jenkins buildslave does not have python3 installed so call python2
instead.

Change-Id: Ifb59b79021b2c935b326496ed339f12e13c96b8e
Ticket: SYS#3322
This commit is contained in:
Daniel Willmann
2017-06-02 13:34:37 +02:00
committed by Daniel Willmann
parent 69f3860d28
commit 1f3a1ce1a3
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
dh-systemd (>= 1.5),
autotools-dev,
pkg-config,
python3,
python2.7,
libosmocore-dev,
libosmo-abis-dev,
libosmo-netif-dev,