From a19ac125abe18a82f467a12798134e72f1b43df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:27:27 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-Crypt-OpenSSL-Random.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-Crypt-OpenSSL-Random.spec b/perl-Crypt-OpenSSL-Random.spec index 6d2aab8..d016bf6 100644 --- a/perl-Crypt-OpenSSL-Random.spec +++ b/perl-Crypt-OpenSSL-Random.spec @@ -13,6 +13,8 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl +BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(Config) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker)