From 02098d9d22a935503f8b660ed9cbbb1b3f2eb5da Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Jul 2017 10:36:59 +0200 Subject: deb: use python in shebang This should fix the .deb build on OBS. Change-Id: I095e5c273e30a6e124833bf58b231c6367ab48d6 --- tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 058113c..acc0f7d 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,5 +1,5 @@ -#!/usr/bin/env python - +#!/usr/bin/python +# FIXME: use python3 once buildslaves are updated. # Convert test sets pasted from 3GPP TS 55.205 to C code. # (C) 2016 by sysmocom s.f.m.c. GmbH -- cgit v1.2.3