Mark qt as unwanted package

This commit is contained in:
Tomas Popela 2021-05-04 15:34:14 +00:00
parent 93628ed230
commit 055662fe36
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sub run {
my @unwanteds;
my $subv = get_var("SUBVARIANT");
if ($subv eq "Workstation") {
@unwanteds = ("gtk2");
@unwanteds = ("gtk2", "qt");
}
for my $unwanted (@unwanteds) {
assert_script_run "! rpm -q $unwanted";