|
@@ -213,6 +213,7 @@ sub collect_installed_builddeps {
|
|
|
# installed package of the right architecture.
|
|
# installed package of the right architecture.
|
|
|
deps_iterate($new_deps, sub {
|
|
deps_iterate($new_deps, sub {
|
|
|
my $dep = shift;
|
|
my $dep = shift;
|
|
|
|
|
+ return unless defined $facts->{pkg}->{$dep->{package}};
|
|
|
$dep->{archqual} //= $architecture
|
|
$dep->{archqual} //= $architecture
|
|
|
if any { $_[0]->{architecture} eq $architecture }, @{$facts->{pkg}->{$dep->{package}}};
|
|
if any { $_[0]->{architecture} eq $architecture }, @{$facts->{pkg}->{$dep->{package}}};
|
|
|
1;
|
|
1;
|