From ea1220237ebd66016873c1214e0d8438bd9581ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:20:14 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-GSSAPI.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index 24beb2b..3492cad 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -17,6 +17,8 @@ BuildRequires: which %{?_with_testsuite:BuildRequires: perl(constant)} %{?_with_testsuite:BuildRequires: perl(Carp)} %{?_with_testsuite:BuildRequires: perl(Exporter)} +BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) %{?_with_testsuite:BuildRequires: perl(ExtUtils::testlib)} BuildRequires: perl(Getopt::Long)