Revert "Use python 3 for utilities"

This reverts commit 76c6c50405, 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
This commit is contained in:
Harald Welte 2018-02-09 08:07:52 +00:00
parent 5ec91980ac
commit 4e4521b3d5
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python2
# -*- coding: utf-8 -*-
from conv_gen import ConvolutionalCode
from conv_gen import poly

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python2
mod_license = """
/*