mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-14 10:55:45 +00:00
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:
committed by
Daniel Willmann
parent
69f3860d28
commit
1f3a1ce1a3
2
debian/control
vendored
2
debian/control
vendored
@@ -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,
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user