diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2025-01-17 17:59:46 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2025-01-17 17:59:46 +0100 |
commit | e3d6d69ace413104475c38e56c5bb4eb70caf786 (patch) | |
tree | 470f338856aa38ff456f6ee16414fa306f6fae1f /jjb/functest/xtesting.yaml | |
parent | 48b7c71513dce702cd474e61d24ee637d029db67 (diff) |
Remove some obsolete python*-distutils packages
Change-Id: I890c11a43e3044e85b182fa127f87533e329786f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r-- | jjb/functest/xtesting.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index d7dab869a..ea9536216 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -570,9 +570,9 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get \ -o DPkg::Lock::Timeout=300 install \ libxml2-dev libxslt-dev libffi-dev libjpeg-dev \ - python3.12 python3.12-dev python3.12-distutils \ - python3.11 python3.11-dev python3.11-distutils \ - python3.10 python3.10-dev python3.10-distutils \ + python3.12 python3.12-dev \ + python3.11 python3.11-dev \ + python3.10 python3.10-dev \ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ python3-pip enchant-2 -y |