Merge "Force-install Python2 dependencies" into stable/train

This commit is contained in:
Zuul 2023-02-08 16:52:36 +00:00 committed by Gerrit Code Review
commit 1dac6521b6
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]
# Install python2
python-dev [platform:dpkg platform:apk !platform:ubuntu-jammy]
python-devel [platform:rpm]
# For SELinux
libselinux-python [platform:rpm !platform:rhel-8 !platform:centos-8]
libsemanage-python [platform:redhat !platform:rhel-8 !platform:centos-8]