rmdepcheck: install python3-lxml

It needs it now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-04-16 17:46:56 -07:00
commit fb055d8e16

View file

@ -13,7 +13,7 @@ sub run {
console_login();
prepare_update_mount() unless (get_var('TAG') || get_var('COPR'));
assert_script_run 'cd /var/tmp';
assert_script_run "dnf -y install zstd curl git", 300;
assert_script_run "dnf -y install zstd curl git python3-lxml", 300;
# use COPR to get dnf 5.4 on F43; we need to *not* do this when
# support image is bumped to F44, so check it...
# FIXME drop when disk image goes to f44, for simplicity