Comment 2 for bug 1925331

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_tempest (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/797031
Committed: https://opendev.org/openstack/openstack-ansible-os_tempest/commit/c81740773db15b32393413ef3fd3036774832365
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit c81740773db15b32393413ef3fd3036774832365
Author: Dmitriy Rabotyagov <email address hidden>
Date: Wed Jun 2 10:59:31 2021 +0300

    Install py3-dev when not building wheels

    When we're in CI and not building wheels, we might appear missing
    py3-dev inside utility container, which is required for netifaces. So we
    add it as `tempest_devel_distro_packages` which will get package
    installed on the required target.

    Change-Id: Ie8e04a1635a32e368ec3906082f7773dcefd30d1
    Closes-Bug: 1925331
    (cherry picked from commit a12a662114dda5c19269bff6bf067271d35e7f69)