aboutsummaryrefslogtreecommitdiffstats
path: root/debian
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 /debian
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
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 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,