diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-02-09 08:07:52 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-02-09 08:49:26 +0000 |
commit | 4e4521b3d5b6f554d7d653697c856b70fb49cf03 (patch) | |
tree | 4ac6559222b090725c0bdd87b46062076338318f /debian/control | |
parent | 5ec91980ac2224aa1e9bf070a0e382d0d8c2b729 (diff) |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 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 |