docker: remove python-nwdiag (using nwdiag3 now)

Related: OS#4246
Depends: osmo-gsm-manuals Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94
Change-Id: Ib53e1fee56e27bd88fc1a7b9593bacf53328a097
This commit is contained in:
Oliver Smith 2019-11-22 11:25:55 +01:00
parent 1cb0aa92c9
commit 0777e3b292
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ FROM debian:${DEBIAN_VERSION}
ARG DEBIAN_VERSION
# Install apt dependencies (keep in alphabetic order)
# python-nwdiag: can be removed once osmo-gsm-manuals Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94 is merged
RUN \
dpkg --add-architecture i386 && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
@ -94,7 +93,6 @@ RUN \
python3-usb \
python3-yaml \
python-minimal \
python-nwdiag \
python-pip \
python-pychart \
python-setuptools \