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), dh-systemd (>= 1.5),
autotools-dev, autotools-dev,
pkg-config, pkg-config,
python3, python2.7,
libosmocore-dev, libosmocore-dev,
libosmo-abis-dev, libosmo-abis-dev,
libosmo-netif-dev, libosmo-netif-dev,

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python2
# Convert test sets pasted from 3GPP TS 55.205 to C code. # Convert test sets pasted from 3GPP TS 55.205 to C code.