From d289fe5f306d899b3e5eb73272b0eb62edc2e615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:58:45 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-Algorithm-Diff.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 188ab6f..c6530a8 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Build: BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: BuildRequires: perl(Carp)