aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-06-02 13:34:37 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2017-06-07 09:59:34 +0200
commit1f3a1ce1a31ea94d501fa31142db2b5ec09fef8b (patch)
tree9f1a74e839718ce5a535fd18c2e75bbd8c21db0f
parent69f3860d2884976216bb8d60e4f268a979374115 (diff)
tests/auc: Don't require python3
Our jenkins buildslave does not have python3 installed so call python2 instead. Change-Id: Ifb59b79021b2c935b326496ed339f12e13c96b8e Ticket: SYS#3322
-rw-r--r--debian/control2
-rwxr-xr-xtests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 571c24e..934abea 100644
--- a/debian/control
+++ b/debian/control
@@ -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,
diff --git a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
index 0efa7ac..3a1c2b1 100755
--- a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
+++ b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python2
# Convert test sets pasted from 3GPP TS 55.205 to C code.