Comment 1 for bug 2036280

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (master)

Reviewed: https://review.opendev.org/c/starlingx/utilities/+/895497
Committed: https://opendev.org/starlingx/utilities/commit/a04fa768cd4243d2b665f95e4c9b74366dacc755
Submitter: "Zuul (22348)"
Branch: master

commit a04fa768cd4243d2b665f95e4c9b74366dacc755
Author: Leonardo Fagundes Luz Serrano <email address hidden>
Date: Fri Sep 15 14:48:13 2023 -0300

    Add python-ldap deps for zuul test

    Zuul tests are failing to build python-ldap due
    to some missing binary pkg dependencies [1].
    Added them using bindep following the solution
    on the gui repo [2, 3]

    [1] https://zuul.opendev.org/t/openstack/build/8356394372e24999b27e1a0251e1d919
    [2] https://review.opendev.org/c/starlingx/gui/+/894397
    [3] https://review.opendev.org/c/starlingx/gui/+/885834

    Test Plan:
    pass: tox --notest -epylint -vv --skip-missing-interpreters=false

    Closes-Bug: 2036280

    Change-Id: Ic1f38573d3ea344b3724bfd92a167bd209ebcea0
    Signed-off-by: Leonardo Fagundes Luz Serrano <email address hidden>