Merge "Only try to install py2 dev libraries for py2 jobs"

This commit is contained in:
Zuul 2024-01-23 22:51:11 +00:00 committed by Gerrit Code Review
commit 1d9ab5d0a8
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
tools/test-setup.sh.
vars:
tox_envlist: py27
bindep_profile: test py27
python_version: 2.7
post-run: tools/playbooks/common/cover-post.yaml

View File

@ -17,8 +17,8 @@ libxslt-devel [platform:rpm]
libxslt1-dev [platform:dpkg]
libxslt-dev [platform:apk]
memcached
python-dev [platform:dpkg platform:apk !platform:ubuntu-jammy]
python-devel [platform:rpm !py36]
python-dev [py27 platform:dpkg platform:apk !platform:ubuntu-jammy]
python-devel [py27 platform:rpm]
python3-dev [platform:dpkg platform:apk test]
python3-devel [platform:rpm !py27 test]
# python3-devel does not pull in the python3 package on openSUSE so