rmdepcheck: install python3-lxml
It needs it now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4394c668db
commit
fb055d8e16
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue