From 5868a4439cc3b11884ebf572f65352babd3183c5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 26 Apr 2018 08:47:06 +0200 Subject: [PATCH] [perl] Add internal dependencies for the perl-headers package. JB#28828 --- perl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl.spec b/perl.spec index 52cf0c4..b7fd1c9 100644 --- a/perl.spec +++ b/perl.spec @@ -1038,6 +1038,7 @@ Group: Development/Libraries License: GPL+ or Artistic Version: 1.86 Requires: perl = %{perl_epoch}:%{perl_version}-%{release} +Requires: perl-threads-shared %description threads Since Perl 5.8, thread programming has been available using a model called @@ -1058,6 +1059,7 @@ Group: Development/Libraries License: GPL+ or Artistic Version: 1.40 Requires: perl = %{perl_epoch}:%{perl_version}-%{release} +Requires: perl-Scalar-List-Utils %description threads-shared By default, variables are private to each thread, and each newly created thread