debian-*: install pylint from debian repos

Get pylint from the debian repositories to be on the same version until
we use the next debian version, instead of always installing the latest
pylint version from pip.

Change-Id: I721db1c18db43cc7a2d38177e9846c43dbdd0ae3
This commit is contained in:
Oliver Smith 2024-05-17 11:34:21 +02:00 committed by osmith
parent 951082d2c1
commit 133f2fcd2f
3 changed files with 3 additions and 3 deletions

View File

@ -142,6 +142,7 @@ RUN set -x && \
patchelf \
picolibc-arm-none-eabi \
pkg-config \
pylint \
python3 \
python3-gi \
python3-mako \
@ -179,7 +180,6 @@ RUN set -x && \
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \

View File

@ -107,6 +107,7 @@ RUN \
patchelf \
picolibc-arm-none-eabi \
pkg-config \
pylint \
python-setuptools \
python2.7 \
python3 \
@ -148,7 +149,6 @@ RUN pip3 install \
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \

View File

@ -104,6 +104,7 @@ RUN \
osc \
patchelf \
pkg-config \
pylint \
python-pip \
python-setuptools \
python-yaml \
@ -147,7 +148,6 @@ RUN pip3 install \
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \