debian-stretch-build-dist: add python3-nwdiag

Recent versions of osmo-gsm-manuals need python3-nwdiag instead of the
python2 version. Install that too to successfully run the configure
script.

Related: OS#5347
Related: https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/920/console
Change-Id: I127bd3855d44ccc68a5b0c4d83147fb470cc10c9
This commit is contained in:
Oliver Smith 2021-12-13 15:19:38 +01:00 committed by osmith
parent b581b96c1a
commit 0de98b2a1c
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ RUN apt-get update && \
mscgen \
python-nwdiag \
python-pychart \
python3-nwdiag \
xsltproc \
&& \
apt-get clean