Comment 3 for bug 2038885

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

Reviewed: https://review.opendev.org/c/starlingx/tools/+/900741
Committed: https://opendev.org/starlingx/tools/commit/d3c3805eef808e5327fd6dbcc36d805baf61871d
Submitter: "Zuul (22348)"
Branch: master

commit d3c3805eef808e5327fd6dbcc36d805baf61871d
Author: Peng Zhang <email address hidden>
Date: Mon Nov 13 05:23:17 2023 +0000

    Add dependency for package pandoc and python2.7

    After python2.7 related packages are upgraded to 2.7.18-8+deb11u1,
    dependency also need be added, or else it will show following broken
    packages issue:
    'libpython2.7-dev : Depends: libpython2.7-stdlib (= 2.7.18-8+deb11u1)
                        but 2.7.18-8 is to be installed
                        Depends: libpython2.7 (= 2.7.18-8+deb11u1) but it
                        is not going to be installed
    python2.7-dev : Depends: python2.7 (= 2.7.18-8+deb11u1) but 2.7.18-8
                    is to be installed
                    Depends: libpython2.7 (= 2.7.18-8+deb11u1) but it is
                    not going to be installed'.
    So add debian related packages for the unmet dependency of python2.7.

    After pandoc related package is upgraded to 2.9.2.1-1+deb11u1,
    dependency also need be added, or else it will show following broken
    packages issue:
    'pandoc : Depends: pandoc-data (>= 2.9.2.1-1+deb11u1) but 2.9.2.1-1
    is to be installed'.
    So add debian related packages for the dependency of pandoc.

    Test Plan:
    Pass: downloader
    Pass: build-pkgs --clean --all
    Pass: build-image
    Pass: boot

    Closes-bug: #2038885
    Closes-bug: #2038879

    Change-Id: Iddd84d615cfac3e8cc0d8ab0988d055ff4424648
    Signed-off-by: Peng Zhang <email address hidden>