aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
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 /INSTALL.txt
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 'INSTALL.txt')
-rw-r--r--INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 3166bfa..3f4ef9f 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -10,7 +10,7 @@ apt-get install \
mscgen \
graphviz \
python-pychart \
- python-nwdiag
+ python3-nwdiag
(Note that asciidoc-dblatex is required from debian 9 on and did not exist before.)