From 4e4521b3d5b6f554d7d653697c856b70fb49cf03 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Feb 2018 08:07:52 +0000 Subject: Revert "Use python 3 for utilities" This reverts commit 76c6c50405c6cbb1d08bdd7b5d27c657fa5d38b6, which broke the obs builds. I'm really starting to get annoyed by ongoing python related breakage without ever fixing any bugs! Change-Id: I4d76e897d4f746ff9ea4e06f2efc708a12cc2944 --- debian/control | 2 +- utils/conv_codes_gsm.py | 2 +- utils/conv_gen.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 2a6fd4a9..64c48709 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), libpcsclite-dev, pkg-config, libtalloc-dev, - python3 + python (>= 2.7.6) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/libosmocore.git Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary diff --git a/utils/conv_codes_gsm.py b/utils/conv_codes_gsm.py index 72681e74..eeed4fd0 100644 --- a/utils/conv_codes_gsm.py +++ b/utils/conv_codes_gsm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python2 # -*- coding: utf-8 -*- from conv_gen import ConvolutionalCode from conv_gen import poly diff --git a/utils/conv_gen.py b/utils/conv_gen.py index d2eda152..6b6b2677 100644 --- a/utils/conv_gen.py +++ b/utils/conv_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python2 mod_license = """ /* -- cgit v1.2.3