aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-13 10:52:37 +0200
committerMax <msuraev@sysmocom.de>2017-07-13 10:52:37 +0200
commit62491379f122b598fc4634f4ca47a6f57cab2848 (patch)
tree35f46da4a52ca5b46c2e593275056a60f5698d0e /debian
parent02098d9d22a935503f8b660ed9cbbb1b3f2eb5da (diff)
Another attempt at fixing .deb
The previous efforts have failed: python3 does not supply /usr/bin/python symlink. Let's use python-minimal dependency. Change-Id: If9e3f31622efae132b25683c54ce09c83ce43415
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 571c24e..0ff3801 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
dh-systemd (>= 1.5),
autotools-dev,
pkg-config,
- python3,
+ python-minimal,
libosmocore-dev,
libosmo-abis-dev,
libosmo-netif-dev,