aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-09 15:13:44 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:31:40 +0100
commite1f0844afbe14d2cfb7a5247deefff10bffb1a2f (patch)
treef92d27743b4792f82fdf506418c8d7ddc90ec9fb /debian/control
parent01a3c2689c706d3da48d525b535b92510a43cf9b (diff)
debian, osmoappdesc.py, tests: switch to python 3osmith/fix-python3
Make build and external tests work with python3, so we can drop the python2 dependency. This should be merged shortly after osmo-python-tests was migrated to python3, and the jenkins build slaves were (automatically) updated to have the new osmo-python-tests installed. Related: OS#2819 Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7 Change-Id: I438ca0c4b8e7957d0f347a5b2f5c4cb93f9325e6
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a6b8c022e..93b8a55fd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>=9),
automake,
libtool,
pkg-config,
- python-minimal,
+ python3-minimal,
libcdk5-dev,
libtalloc-dev,
libosmocore-dev (>= 1.2.0),