From ac26b37c8e94556508ed453a1806ad4e7cf0269a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:28:40 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- uuid.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uuid.spec b/uuid.spec index f53b2e2..e5e2db6 100644 --- a/uuid.spec +++ b/uuid.spec @@ -79,6 +79,8 @@ C++ development headers and libraries for OSSP uuid. %package perl Summary: Perl support for Universally Unique Identifier library Group: Development/Libraries +BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(Data::UUID) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More)