]> git.proxmox.com Git - mirror_qemu.git/commit
python: mkvenv: tweak the matching of --diagnose to depspecs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Aug 2023 11:25:09 +0000 (13:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:05 +0000 (09:55 +0200)
commit67b9a83daf384f3dc24e83f22da40e34da49021d
tree616c2430e516391eb90b22c493329aa2ddd39925
parent87f77f58d897314f0726374ce8f9cdf44ccd9c5b
python: mkvenv: tweak the matching of --diagnose to depspecs

Move the matching between the "absent" array and dep_specs[0] inside
the loop, preparing for the possibility of having multiple canaries
among the installed packages.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
python/scripts/mkvenv.py