From 03c0b92db1a838ebf7978601ba849318a5d77ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 10:07:33 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-ExtUtils-InstallPaths.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index 0ec9fc4..3d5b9a7 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Build BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) # Module BuildRequires: perl(Carp)