aboutsummaryrefslogtreecommitdiffstats
path: root/check-depends.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-21 17:40:41 +0100
committerOliver Smith <osmith@sysmocom.de>2019-11-22 11:24:16 +0100
commitde57f626df0e2e9771aedaf2c16472420bc4696e (patch)
tree035c91a8bab164f9331f6405a6f8697f953af44d /check-depends.sh
parent6084c8983100976ee06096bc7373b119e32a7cc1 (diff)
Fix python-nwdiag dependency on new debian distros
As seen by https://packages.debian.org, python-nwdiag is only available in buster and older stables, while python3-nwdiag is available in both old and new releases as well as testing and unstable. Related: OS#4246 Depends: osmo-ci I0ebee6ac11df779ab954bd6648a0bebefc3350a2 Change-Id: Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94
Diffstat (limited to 'check-depends.sh')
-rwxr-xr-xcheck-depends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-depends.sh b/check-depends.sh
index ec3f26f..d640abf 100755
--- a/check-depends.sh
+++ b/check-depends.sh
@@ -21,7 +21,7 @@ check_dep_bin xsltproc libxslt
check_dep_bin a2x asciidoc
check_dep_bin asciidoc asciidoc
check_dep_bin dblatex dblatex
-check_dep_bin packetdiag nwdiag
+check_dep_bin packetdiag3 python3-nwdiag
check_dep_bin dot graphviz
check_dep_bin python2 python2
check_dep_python2_module pychart python2-pychart